Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sun, 30 Aug 2020 21:12:02
Message-Id: 1598821769.9fc630bf5abbf092ca4dd8cb1e14b0446ed3fe7d.whissi@gentoo
1 commit: 9fc630bf5abbf092ca4dd8cb1e14b0446ed3fe7d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 21:09:29 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 21:09:29 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9fc630bf
7
8 genkernel.conf: document zstd compression in comment
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 genkernel.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/genkernel.conf b/genkernel.conf
16 index fff188f..fdf00fa 100644
17 --- a/genkernel.conf
18 +++ b/genkernel.conf
19 @@ -378,7 +378,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
20 # Compress generated initramfs
21 #COMPRESS_INITRD="yes"
22
23 -# Types of compression: best, xz, lzma, bzip2, gzip, lzop, lz4, fastest
24 +# Types of compression: best, xz, lzma, bzip2, gzip, lzop, lz4, zstd, fastest
25 # "best" selects the best available compression method
26 # "fastest" selects the fastest available compression method
27 #COMPRESS_INITRD_TYPE="best"