summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/initramfs.conf15
-rw-r--r--conf/update-initramfs.conf6
2 files changed, 14 insertions, 7 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf
index a2bd8db..bc9060b 100644
--- a/conf/initramfs.conf
+++ b/conf/initramfs.conf
@@ -2,13 +2,13 @@
# initramfs.conf
# Configuration file for mkinitramfs(8). See initramfs.conf(5).
#
-# Note that configuration options from this file can be overriden
+# Note that configuration options from this file can be overridden
# by config files in the /etc/initramfs-tools/conf.d directory.
#
# MODULES: [ most | netboot | dep | list ]
#
-# most - Add all framebuffer, acpi, filesystem, and harddrive drivers.
+# most - Add most filesystem and all harddrive drivers.
#
# dep - Try and guess which modules to load.
#
@@ -36,6 +36,12 @@ BUSYBOX=y
KEYMAP=n
#
+# COMPRESS: [ gzip | bzip2 | lzma | lzop ]
+#
+
+COMPRESS=gzip
+
+#
# NFS Section of the config.
#
@@ -52,10 +58,11 @@ BOOT=local
#
# DEVICE: ...
#
-# Specify the network interface, like eth0
+# Specify a specific network interface, like eth0
+# Overridden by optional ip= bootarg
#
-DEVICE=eth0
+DEVICE=
#
# NFSROOT: [ auto | HOST:MOUNT ]
diff --git a/conf/update-initramfs.conf b/conf/update-initramfs.conf
index c08c6ed..31823e2 100644
--- a/conf/update-initramfs.conf
+++ b/conf/update-initramfs.conf
@@ -1,4 +1,4 @@
-#
+#
# Configuration file for update-initramfs(8)
#
@@ -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