From b5927393d103af9b8b2da80e8636b8aa52f80755 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 2 Sep 2013 19:16:58 -0400 Subject: lsinitcpio: add support for lz4 compressed image Note that this requires a very recent version of lz4 utilities as it uses lz4, and not the original lz4c tool, in order to be command line API compliant with other compression tools. See upstream discussions: https://code.google.com/p/lz4/issues/detail?id=83 Signed-off-by: Dave Reisner --- mkinitcpio.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'mkinitcpio.conf') diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 7616809..c4d5e06 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -59,6 +59,7 @@ HOOKS="base udev autodetect modconf block filesystems keyboard fsck" #COMPRESSION="lzma" #COMPRESSION="xz" #COMPRESSION="lzop" +#COMPRESSION="lz4" # COMPRESSION_OPTIONS # Additional options for the compressor -- cgit v1.2.3-24-g4f1b