Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Wed, 04 Jan 2017 00:11:49
Message-Id: 1483488691.c54a9a28526ecc43b9d1192f8edb0b06bfdbc59e.robbat2@gentoo
1 commit: c54a9a28526ecc43b9d1192f8edb0b06bfdbc59e
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 00:11:31 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 00:11:31 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c54a9a28
7
8 Document microcode & NFS more.
9
10 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=604538
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 gen_cmdline.sh | 4 ++++
14 genkernel.conf | 6 ++++++
15 2 files changed, 10 insertions(+)
16
17 diff --git a/gen_cmdline.sh b/gen_cmdline.sh
18 index 5c85140..64ea1ab 100755
19 --- a/gen_cmdline.sh
20 +++ b/gen_cmdline.sh
21 @@ -98,6 +98,10 @@ longusage() {
22 echo " --mdadm Include MDADM/MDMON support"
23 echo " --no-mdadm Exclude MDADM/MDMON support"
24 echo " --mdadm-config=<file> Use file as mdadm.conf in initramfs"
25 + echo " --microcode Include early microcode support"
26 + echo " --no-microcode Exclude early microcode support"
27 + echo " --nfs Include NFS support"
28 + echo " --no-nfs Exclude NFS support"
29 echo " --dmraid Include DMRAID support"
30 echo " --no-dmraid Exclude DMRAID support"
31 echo " --e2fsprogs Include e2fsprogs"
32
33 diff --git a/genkernel.conf b/genkernel.conf
34 index 10a03bc..a95978d 100644
35 --- a/genkernel.conf
36 +++ b/genkernel.conf
37 @@ -74,6 +74,12 @@ USECOLOR="yes"
38 # Add in GnuPG support
39 #GPG="no"
40
41 +# Add in early microcode support
42 +#MICROCODE="no"
43 +
44 +# Add in NFS support
45 +#NFS="no"
46 +
47 # Add DMRAID support.
48 #DMRAID="no"