From 45f176893593aca61f2191b41b24971469f13fce Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 25 Sep 2013 08:46:50 -0400 Subject: mkinitcpio.conf(5): mention lz4 compression Since b5927393d103af9, mkinitcpio acknowledges that lz4 exists. Signed-off-by: Dave Reisner --- man/mkinitcpio.conf.5.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/mkinitcpio.conf.5.txt b/man/mkinitcpio.conf.5.txt index c2519c9..da8f2ae 100644 --- a/man/mkinitcpio.conf.5.txt +++ b/man/mkinitcpio.conf.5.txt @@ -54,9 +54,9 @@ Variables Defines a program to filter the generated image through. As of linux 2.6.38, the kernel understands the compression formats yielded by the *gzip*, *bzip2*, - *lzop*, *lzma*, and *xz* compressors. If unspecified, this setting defaults to - *gzip* compression. In order to create an uncompressed image, define this - variable as *cat*. + *lz4*, *lzop*, *lzma*, and *xz* compressors. If unspecified, this setting + defaults to *gzip* compression. In order to create an uncompressed image, define + this variable as *cat*. + It's not hard to realize that a filter such as a *tac* or *rev* will cause *mkinitcpio* to report success but generate a useless image. Similarly, using a -- cgit v1.2.3-24-g4f1b