diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-06 12:30:50 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-06 12:30:50 +0200 |
commit | ff73987f30e6566b9a89208e6b1ad96724571e0c (patch) | |
tree | 248b6800cbed4c62b17e078e346f50d86a36130b /README | |
parent | 81fe80d914a2036503cd38fd5d37ad73e558ebd2 (diff) |
Add per-release preferences files.
The previous default pinning preferences only supported tracking stable.
Tracking squeeze or sid is now possible.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,8 +11,9 @@ backports.debian.org is added. dselect is switched to expert mode to suppress superfluous help screens. -sources.list and apt_preferences are managed. Testing and unstable are pinned to -very low values by default to prevent accidental upgrades. +sources.list and apt_preferences are managed. More recent Debian +releases are pinned to very low values by default to prevent +accidental upgrades. This module needs lsb-release installed. @@ -54,7 +55,7 @@ $custom_sources_list ='template("apt/sources.list")' $custom_preferences -------------------- By default this module will use a basic apt/preferences file with -unstable and testing pinned to very low values so that any package +more recent releases pinned to very low values so that any package installation will not accidentally pull in packages from those suites unless you explicitly specify the version number. You can set this variable to pull in a customized apt/preferences template, for |