diff options
Diffstat (limited to 'man/mkinitcpio.conf.5.txt')
-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 |