diff options
-rw-r--r-- | conf/update-initramfs.conf | 4 | ||||
-rw-r--r-- | update-initramfs.conf.5 | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/update-initramfs.conf.5 b/update-initramfs.conf.5 index 30e1a97..ce8f69f 100644 --- a/update-initramfs.conf.5 +++ b/update-initramfs.conf.5 @@ -1,4 +1,4 @@ -.TH UPDATE-INITRAMFS.CONF 5 "2008/12/19" "Linux" "update-initramfs.conf manual" +.TH UPDATE-INITRAMFS.CONF 5 "2010/03/24" "Linux" "update-initramfs.conf manual" .SH NAME update-initramfs.conf \- configuration file for update-initramfs @@ -18,7 +18,7 @@ conservative manners needs to be applied. This disables the \fBupdate_initramfs \-u\fP call. .TP \fB backup_initramfs -By default \fBupdate_initramfs\fP keeps an .bak file of the previous initramfs. If set to \fIno\fP the backup initramfs will not be kept. +If set \fBupdate_initramfs\fP keeps an .bak file of the previous initramfs. If unset the backup initramfs will not be kept. .SH AUTHOR The initramfs-tools are written by Maximilian Attems <maks@debian.org>, |