From 35fea002c27f6c1124a28535e379d7edf34a127e Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 6 Jun 2009 22:31:35 +0200 Subject: Add support for lzma and bzip2 compression for the image --- mkinitcpio.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'mkinitcpio.conf') diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 808734f..7b2c98c 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -56,3 +56,11 @@ FILES="" # This setup loads an lvm2 volume group on a usb device. # HOOKS="base udev usb lvm2 filesystems" HOOKS="base udev autodetect pata scsi sata filesystems" + +# COMPRESSION +# Use this to compress the initramfs image. With kernels earlier than +# 2.6.30, only gzip is supported, which is also the default. Newer kernels +# support gzip, bzip2 and lzma. +#COMPRESSION="gzip" +#COMPRESSION="bzip2" +#COMPRESSION="lzma" -- cgit v1.2.3-24-g4f1b