diff options
author | maximilian attems <maks@debian.org> | 2006-10-13 08:52:12 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-10-13 08:52:12 +0200 |
commit | 849c7c5f29f3689a4879204c23a6e89e2e6c0d7e (patch) | |
tree | b2fd92b491127545ac2ff47a33dd96760cd4cf3f /conf | |
parent | f49c698f4838b09794ebdd129e7eee14de2aad54 (diff) | |
download | initramfs-tools-849c7c5f29f3689a4879204c23a6e89e2e6c0d7e.tar.gz initramfs-tools-849c7c5f29f3689a4879204c23a6e89e2e6c0d7e.zip |
- add backup handling to initramfs-tools
- allow conservative settings for skipping updated initramfs.
- debug output to screen
- parse mbr for lilo
+ small fixes
Diffstat (limited to 'conf')
-rw-r--r-- | conf/update-initramfs.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/update-initramfs.conf b/conf/update-initramfs.conf new file mode 100644 index 0000000..36c3dde --- /dev/null +++ b/conf/update-initramfs.conf @@ -0,0 +1,11 @@ +# +# Configuration file for update-initramfs(8) +# + +# +# update_initramfs [ yes | no ] +# +# Default is yes +# If set to no disables any update to initramfs beside kernel upgrade + +update_initramfs=yes |