From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A2B2138334 for ; Thu, 28 Mar 2019 23:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C16E0AF0; Thu, 28 Mar 2019 23:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7D7FE0AF0 for ; Thu, 28 Mar 2019 23:43:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABD8F335D07 for ; Thu, 28 Mar 2019 23:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E17595 for ; Thu, 28 Mar 2019 23:43:13 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1553815327.74252498f3c8e7b788df0eb24676a0e936391bde.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: doc/, / X-VCS-Repository: proj/genkernel X-VCS-Files: doc/genkernel.8.txt gen_cmdline.sh X-VCS-Directories: / doc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 74252498f3c8e7b788df0eb24676a0e936391bde X-VCS-Branch: master Date: Thu, 28 Mar 2019 23:43:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e1cd4f9-7138-408e-8126-491283d17413 X-Archives-Hash: ef4c801daf4958d2a8f84293911fde94 commit: 74252498f3c8e7b788df0eb24676a0e936391bde Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Mar 28 23:22:07 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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"