commit: 06acd6f691351a99f7931a791682c4ac45abe650 Author: Richard Yao <ryao <AT> gentoo <DOT> org> AuthorDate: Sun May 24 22:20:22 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun May 24 22:27:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=06acd6f6
Document lz4 compression support Signed-off-by: Richard Yao <ryao <AT> gentoo.org> Closes: https://github.com/gentoo/genkernel/pull/15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> doc/genkernel.8.txt | 2 +- gen_cmdline.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 7cd65fe..494a29c 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -598,7 +598,7 @@ 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). + 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. diff --git a/gen_cmdline.sh b/gen_cmdline.sh index a34a739..9e59ed2 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -243,7 +243,7 @@ longusage() { echo " --compress-initrd Deprecated alias for --compress-initramfs" echo " --no-compress-initrd Deprecated alias for --no-compress-initramfs" echo " --compress-initramfs-type=<arg>" - echo " Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop)" + echo " Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop, lz4)" echo " --strip=(all|kernel|modules|none)" echo " Strip debug symbols from none, all, installed kernel (obsolete) or" echo " modules (default)"