diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-09-25 14:46:50 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-09-25 14:46:50 +0200 |
commit | 45f176893593aca61f2191b41b24971469f13fce (patch) | |
tree | 9cd1c3bc0c8269a4216141bb20bbf430f4735efd /man | |
parent | 59fe26351634fb85e41d1fdfa39517fbd8cb3930 (diff) | |
download | mkinitcpio-45f176893593aca61f2191b41b24971469f13fce.tar.gz mkinitcpio-45f176893593aca61f2191b41b24971469f13fce.tar.xz |
mkinitcpio.conf(5): mention lz4 compression
Since b5927393d103af9, mkinitcpio acknowledges that lz4 exists.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinitcpio.conf.5.txt | 6 |
1 files 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 |