commit:     74252498f3c8e7b788df0eb24676a0e936391bde
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 23:22:07 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 23:22:07 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=74252498

documentation: remove notes regarding static builds

- sys-fs/cryptsetup[static] is not required, follow up of
  commit b79bf458363f70195715111468f445144e96b7e0

- Since commit 265363f79df5a545dc47547dbee76972b387e9b7, we always build
  our own static sys-fs/lvm2 to help dmraid users.

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 doc/genkernel.8.txt | 4 ++--
 gen_cmdline.sh      | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index d77b6ef..04633cf 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -278,8 +278,8 @@ INITIALIZATION
     Enables or disables keymap selection at boot.
 
 *--*[*no-*]*lvm*::
-    Adds or skips in LVM support from static binaries if they exist on the
-    system,  or compile static LVM binaries if static ones do not exist.
+    Includes or excludes LVM support.
+    When enabled, this will compile LVM for you.
 
 *--*[*no-*]*mdadm*::
     Includes or excludes mdadm/mdmon support.

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 5b7aafa..8971c51 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -135,7 +135,6 @@ longusage() {
   echo "       --disklabel             Include disk label and uuid support in 
your ramdisk"
   echo "       --no-disklabel          Exclude disk label and uuid support in 
your ramdisk"
   echo "       --luks                  Include LUKS support"
-  echo "                               --> 'emerge cryptsetup' with USE=static"
   echo "       --no-luks               Exclude LUKS support"
   echo "       --gpg                   Include GPG-armored LUKS key support"
   echo "       --no-gpg                Exclude GPG-armored LUKS key support"

Reply via email to