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: Thu, 28 Mar 2019 23:43:23
Message-Id: 1553815327.74252498f3c8e7b788df0eb24676a0e936391bde.whissi@gentoo
1 commit: 74252498f3c8e7b788df0eb24676a0e936391bde
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 28 23:22:07 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 23:22:07 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=74252498
7
8 documentation: remove notes regarding static builds
9
10 - sys-fs/cryptsetup[static] is not required, follow up of
11 commit b79bf458363f70195715111468f445144e96b7e0
12
13 - Since commit 265363f79df5a545dc47547dbee76972b387e9b7, we always build
14 our own static sys-fs/lvm2 to help dmraid users.
15
16 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
17
18 doc/genkernel.8.txt | 4 ++--
19 gen_cmdline.sh | 1 -
20 2 files changed, 2 insertions(+), 3 deletions(-)
21
22 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
23 index d77b6ef..04633cf 100644
24 --- a/doc/genkernel.8.txt
25 +++ b/doc/genkernel.8.txt
26 @@ -278,8 +278,8 @@ INITIALIZATION
27 Enables or disables keymap selection at boot.
28
29 *--*[*no-*]*lvm*::
30 - Adds or skips in LVM support from static binaries if they exist on the
31 - system, or compile static LVM binaries if static ones do not exist.
32 + Includes or excludes LVM support.
33 + When enabled, this will compile LVM for you.
34
35 *--*[*no-*]*mdadm*::
36 Includes or excludes mdadm/mdmon support.
37
38 diff --git a/gen_cmdline.sh b/gen_cmdline.sh
39 index 5b7aafa..8971c51 100755
40 --- a/gen_cmdline.sh
41 +++ b/gen_cmdline.sh
42 @@ -135,7 +135,6 @@ longusage() {
43 echo " --disklabel Include disk label and uuid support in your ramdisk"
44 echo " --no-disklabel Exclude disk label and uuid support in your ramdisk"
45 echo " --luks Include LUKS support"
46 - echo " --> 'emerge cryptsetup' with USE=static"
47 echo " --no-luks Exclude LUKS support"
48 echo " --gpg Include GPG-armored LUKS key support"
49 echo " --no-gpg Exclude GPG-armored LUKS key support"