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: Mon, 02 Jan 2017 23:25:57
Message-Id: 1483399522.087b065856cc545a0e3f6fa34575606bb8bc2d14.robbat2@gentoo
1 commit: 087b065856cc545a0e3f6fa34575606bb8bc2d14
2 Author: Gil Kloepfer <gbz <AT> kloepfer <DOT> org>
3 AuthorDate: Mon Jan 2 23:25:22 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 23:25:22 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=087b0658
7
8 Document additional modules via AMODULES*
9
10 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=499628
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 genkernel.conf | 9 +++++++++
14 1 file changed, 9 insertions(+)
15
16 diff --git a/genkernel.conf b/genkernel.conf
17 index 7e5a46f..9ff7e4f 100644
18 --- a/genkernel.conf
19 +++ b/genkernel.conf
20 @@ -290,6 +290,15 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
21 # included...
22 #MINKERNPACKAGE="/path/to/file.bz2"
23
24 +# Add additional modules to the ramdisk using the module groups defined
25 +# in /usr/share/genkernel/default/modules_load (see this file for
26 +# more details). This would be used if, for example, you
27 +# required an additional crypto module or network device at boot
28 +# time and did not want to staticly compile these in the kernel.
29 +# Options take the form AMODULES_{group} where {group} is one of
30 +# the groups in modules_load (which are in the form MODULES_{group}).
31 +# Use this with caution.
32 +#AMODULES_group="module-to-include another-module"
33
34 # File to output a .tar.bz2'd modules after the
35 # callbacks have run