Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /, doc/
Date: Sun, 24 May 2020 22:27:39
Message-Id: 1590359243.06acd6f691351a99f7931a791682c4ac45abe650.whissi@gentoo
1 commit: 06acd6f691351a99f7931a791682c4ac45abe650
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 22:20:22 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 22:27:23 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=06acd6f6
7
8 Document lz4 compression support
9
10 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
11 Closes: https://github.com/gentoo/genkernel/pull/15
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 doc/genkernel.8.txt | 2 +-
15 gen_cmdline.sh | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
19 index 7cd65fe..494a29c 100644
20 --- a/doc/genkernel.8.txt
21 +++ b/doc/genkernel.8.txt
22 @@ -598,7 +598,7 @@ NOTE: System.map filename and System.map symlink name must be different.
23 Deprecated alias for *--*[*no-*]*compress-initramfs*.
24
25 *--compress-initramfs-type*=<arg>::
26 - Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop).
27 + Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop, lz4).
28 "Best" causes selection of the best available algorithm that is selected
29 in your kernel configuration.
30
31
32 diff --git a/gen_cmdline.sh b/gen_cmdline.sh
33 index a34a739..9e59ed2 100755
34 --- a/gen_cmdline.sh
35 +++ b/gen_cmdline.sh
36 @@ -243,7 +243,7 @@ longusage() {
37 echo " --compress-initrd Deprecated alias for --compress-initramfs"
38 echo " --no-compress-initrd Deprecated alias for --no-compress-initramfs"
39 echo " --compress-initramfs-type=<arg>"
40 - echo " Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop)"
41 + echo " Compression type for initramfs (best, xz, lzma, bzip2, gzip, lzop, lz4)"
42 echo " --strip=(all|kernel|modules|none)"
43 echo " Strip debug symbols from none, all, installed kernel (obsolete) or"
44 echo " modules (default)"