commit:     c54a9a28526ecc43b9d1192f8edb0b06bfdbc59e
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 00:11:31 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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=<file>   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"
 

Reply via email to