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