commit: 9fc630bf5abbf092ca4dd8cb1e14b0446ed3fe7d Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Aug 30 21:09:29 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Aug 30 21:09:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9fc630bf
genkernel.conf: document zstd compression in comment 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 fff188f..fdf00fa 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, lz4, fastest +# Types of compression: best, xz, lzma, bzip2, gzip, lzop, lz4, zstd, fastest # "best" selects the best available compression method # "fastest" selects the fastest available compression method #COMPRESS_INITRD_TYPE="best"
