commit: 6c6a0203851e8eb639680a97df2f9e0aaf2dadde Author: Karlson2k (Evgeny Grin) <k2k <AT> narod <DOT> ru> AuthorDate: Sun Aug 30 17:59:10 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Aug 30 21:08:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6c6a0203
genkernel.conf: document lz4 compression in comment Signed-off-by: Karlson2k (Evgeny Grin) <k2k <AT> narod.ru> Closes: https://github.com/gentoo/genkernel/pull/20 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> genkernel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel.conf b/genkernel.conf index 71d4fb9..fff188f 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -378,7 +378,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux" # Compress generated initramfs #COMPRESS_INITRD="yes" -# Types of compression: best, xz, lzma, bzip2, gzip, lzop, fastest +# Types of compression: best, xz, lzma, bzip2, gzip, lzop, lz4, fastest # "best" selects the best available compression method # "fastest" selects the fastest available compression method #COMPRESS_INITRD_TYPE="best"
