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: doc/
Date: Tue, 03 Jan 2017 04:38:52
Message-Id: 1483400715.670bbf697b9cbef6bb68bde717e41313102a5bb7.robbat2@gentoo
1 commit: 670bbf697b9cbef6bb68bde717e41313102a5bb7
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 23:45:15 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 23:45:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=670bbf69
7
8 Update docs.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 doc/genkernel.8.txt | 9 +++++++++
13 1 file changed, 9 insertions(+)
14
15 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
16 index 071eecc..d39c3ca 100644
17 --- a/doc/genkernel.8.txt
18 +++ b/doc/genkernel.8.txt
19 @@ -94,6 +94,9 @@ KERNEL CONFIGURATION
20 *--*[*no-*]*menuconfig*::
21 Runs, or does not run "make menuconfig" after running "make oldconfig".
22
23 +*--*[*no-*]*nconfig*::
24 + Runs, or does not run "make nconfig" after running "make oldconfig".
25 +
26 *--*[*no-*]*save-config*::
27 Saves, or does not save the kernel configuration to '/etc/kernels'
28 if the kernel is successfully compiled.
29 @@ -278,6 +281,12 @@ INITIALIZATION
30 *--*[*no-*]*dmraid*::
31 Includes or excludes DMRAID support.
32
33 +*--*[*no-*]*nfs*::
34 + Includes or excludes NFS support.
35 +
36 +*--*[*no-*]*microcode*::
37 + Includes or excludes early microcode support.
38 +
39 *--*[*no-*]*e2fsprogs*::
40 Includes or excludes e2fsprogs.