[arch-projects] [mkinitcpio][PATCH 07/10] mkinitcpio.conf: note implicit support for lzop

Dave Reisner d at falconindy.com
Mon Jun 6 11:30:35 EDT 2011


Signed-off-by: Dave Reisner <d at falconindy.com>
---
 mkinitcpio.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/mkinitcpio.conf b/mkinitcpio.conf
index 52abd56..b1fd521 100644
--- a/mkinitcpio.conf
+++ b/mkinitcpio.conf
@@ -60,7 +60,8 @@ HOOKS="base udev autodetect pata scsi sata filesystems"
 # 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. Kernels 2.6.38 and later support xz
-# compression.
+# compression. LZO support is available by installing the 'lzop' package
+# and speciofying 'lzop' as COMPRESSION.
 #COMPRESSION="gzip"
 #COMPRESSION="bzip2"
 #COMPRESSION="lzma"
-- 
1.7.5.4



More information about the arch-projects mailing list