summaryrefslogtreecommitdiff
path: root/conf/initramfs.conf
diff options
context:
space:
mode:
authorbert schulze <spambemyguest@googlemail.com>2010-02-28 20:15:47 +0100
committermaximilian attems <maks@debian.org>2010-04-04 05:50:34 +0200
commit38c90c536d96982ada4017d00da3878f87e7300e (patch)
tree64ba158fd3827229f8dc4ce24a033395d6e7f1c2 /conf/initramfs.conf
parent9d6567169ea95ffad8a3c9a95218851821d147b8 (diff)
initramfs-tools: support different compression tools in mkinitramfs
this version uses /etc/initramfs-tools/initramfs.conf to determine the compression method, checks kernel and userspace support with fallback to gzip. Since LZO didnt work for me at all with 2.6.33 I left that out for now. (closes: #533903) [ minor changes in mkinitramfs code ] Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'conf/initramfs.conf')
-rw-r--r--conf/initramfs.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf
index 23dd249..18c6c7e 100644
--- a/conf/initramfs.conf
+++ b/conf/initramfs.conf
@@ -36,6 +36,12 @@ BUSYBOX=y
KEYMAP=n
#
+# COMPRESS: [ gzip | bzip2 | lzma ]
+#
+
+COMPRESS=gzip
+
+#
# NFS Section of the config.
#