diff options
author | Ben Collins <ben.collins@canonical.com> | 2008-08-03 17:34:22 -0400 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-03-24 03:06:00 +0100 |
commit | 722cb312d3dc0e27b794aaa5eac7db331a9ebf8c (patch) | |
tree | 3dfee33451014981dac92f8a50789a06f8c4cc4f /conf | |
parent | 1d3037b49b68ed615fb60d8f2a3c0e7e78c857d0 (diff) | |
download | initramfs-tools-722cb312d3dc0e27b794aaa5eac7db331a9ebf8c.tar.gz initramfs-tools-722cb312d3dc0e27b794aaa5eac7db331a9ebf8c.zip |
update-initramfs: Default to not keep .bak backups
we don't need to any more. TODO: lilo might still want .bak's.
[ merge 0.92bubuntu9 + fix manpage
note: indeed the precaution seems no longer needed these days,
but is potentially harmful when /boot space is small. ]
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/update-initramfs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/update-initramfs.conf b/conf/update-initramfs.conf index c08c6ed..3c27473 100644 --- a/conf/update-initramfs.conf +++ b/conf/update-initramfs.conf @@ -14,7 +14,7 @@ update_initramfs=yes # # backup_initramfs [ yes | no ] # -# Default is yes +# Default is no # If set to no leaves no .bak backup files. -backup_initramfs=yes +backup_initramfs=no |