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 CD398139085 for ; Wed, 4 Jan 2017 00:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078FCE0C0D; Wed, 4 Jan 2017 00:11:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB09CE0C0D for ; Wed, 4 Jan 2017 00:11:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96D50341265 for ; Wed, 4 Jan 2017 00:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3BAB261E for ; Wed, 4 Jan 2017 00:11:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1483488691.c54a9a28526ecc43b9d1192f8edb0b06bfdbc59e.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_cmdline.sh genkernel.conf X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c54a9a28526ecc43b9d1192f8edb0b06bfdbc59e X-VCS-Branch: master Date: Wed, 4 Jan 2017 00:11:45 +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-Archives-Salt: 9a52398a-11c6-40d1-9f11-c5a8bc298aab X-Archives-Hash: c3b093fa2fc883b0840ce511ddc6ff28 commit: c54a9a28526ecc43b9d1192f8edb0b06bfdbc59e Author: Robin H. Johnson gentoo org> AuthorDate: Wed Jan 4 00:11:31 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Jan 4 00:11:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c54a9a28 Document microcode & NFS more. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=604538 Signed-off-by: Robin H. Johnson gentoo.org> gen_cmdline.sh | 4 ++++ genkernel.conf | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 5c85140..64ea1ab 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -98,6 +98,10 @@ longusage() { echo " --mdadm Include MDADM/MDMON support" echo " --no-mdadm Exclude MDADM/MDMON support" echo " --mdadm-config= Use file as mdadm.conf in initramfs" + echo " --microcode Include early microcode support" + echo " --no-microcode Exclude early microcode support" + echo " --nfs Include NFS support" + echo " --no-nfs Exclude NFS support" echo " --dmraid Include DMRAID support" echo " --no-dmraid Exclude DMRAID support" echo " --e2fsprogs Include e2fsprogs" diff --git a/genkernel.conf b/genkernel.conf index 10a03bc..a95978d 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -74,6 +74,12 @@ USECOLOR="yes" # Add in GnuPG support #GPG="no" +# Add in early microcode support +#MICROCODE="no" + +# Add in NFS support +#NFS="no" + # Add DMRAID support. #DMRAID="no"