6 Jun
2011
6 Jun
'11
3:30 p.m.
Signed-off-by: Dave Reisner <d@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