Revision 25805,
1.4 KB
checked in by jdreed, 12 years ago
(diff) |
In auto-update:
* Cleanup old kernels, keeping the two most recent ones installed. This
only works on the "-generic" flavor of kernels, on the assumption that
anyone running a different flavor knows what they're doing. It is
only enabled by default on debathena-cluster workstations.
|
Line | |
---|
1 | # Defaults for athena-auto-update(8) |
---|
2 | # |
---|
3 | # (This file is sourced by a Bourne shell) |
---|
4 | # |
---|
5 | # N.B. The defaults for athena-auto-update (not upgrade) do not apply |
---|
6 | # when the debathena-cluster metapackage is installed |
---|
7 | |
---|
8 | # When a package ships a new configuration file, and the sysadmin has |
---|
9 | # made changes to that configuration file since it was originally |
---|
10 | # installed, what should happen? |
---|
11 | # Values: |
---|
12 | # old - the old file is kept, and the new file is installed with |
---|
13 | # a .dpkg-new suffix |
---|
14 | # new - the old file is overwritten by the new file |
---|
15 | UPDATE_FORCE_CONFFILE=old |
---|
16 | |
---|
17 | # Check for and run an IS&T supplied remote update hook in the event |
---|
18 | # of a catastrophe? |
---|
19 | # Values: yes, no |
---|
20 | RUN_UPDATE_HOOK=no |
---|
21 | |
---|
22 | # Cleanup old kernels (keeping the two most recent ones)? |
---|
23 | CLEANUP_OLD_KERNELS=no |
---|
24 | |
---|
25 | ###################################################################### |
---|
26 | # Defaults for athena-auto-upgrade(8) |
---|
27 | |
---|
28 | # Warning: |
---|
29 | # |
---|
30 | # DESTROYS |
---|
31 | # An automatic upgrade DESTROYS the contents of your hard drive |
---|
32 | # DESTROYS |
---|
33 | # |
---|
34 | # This functionality is intended for only for cluster machines |
---|
35 | # and users who have no local data |
---|
36 | |
---|
37 | # Values for options are 'yes' or 'no' |
---|
38 | # Really, don't change these unless you know what you're doing |
---|
39 | |
---|
40 | # Upgrade to a 'testing' release? |
---|
41 | UPGRADE_TO_TESTING=no |
---|
42 | |
---|
43 | # Upgrade automatically, even if this isn't a cluster machine? |
---|
44 | # (Go back and read the warning at the top again) |
---|
45 | # Note: This will turn your workstation into a cluster machine |
---|
46 | UPGRADE_ANYWAY=no |
---|
Note: See
TracBrowser
for help on using the repository browser.