diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 494a29c..40c591e 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -598,9 +598,13 @@ NOTE: System.map filename and System.map symlink name must be different. Deprecated alias for *--*[*no-*]*compress-initramfs*. *--compress-initramfs-type*=<arg>:: - Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop, lz4). - "Best" causes selection of the best available algorithm that is selected - in your kernel configuration. + Compression type for initramfs (best, bzip2, fastest, gzip, lz4, lzma, lza, xz). ++ +*best* will select the algorithm providing best compression +from those selected in your kernel configuration. ++ +*fastest* will select the algorithm providing fastest decompression +from those selected in your kernel configuration. *--strip*=<all|kernel|modules|none>:: Strip debug symbols from none, all, installed kernel (obsolete) or |