summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-10-13 08:52:12 +0200
committermaximilian attems <maks@debian.org>2006-10-13 08:52:12 +0200
commit849c7c5f29f3689a4879204c23a6e89e2e6c0d7e (patch)
treeb2fd92b491127545ac2ff47a33dd96760cd4cf3f /conf
parentf49c698f4838b09794ebdd129e7eee14de2aad54 (diff)
- 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.conf11
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