aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGil Kloepfer <gbz@kloepfer.org>2017-01-02 15:25:22 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-02 15:25:22 -0800
commit087b065856cc545a0e3f6fa34575606bb8bc2d14 (patch)
tree5cfa79f48bfa80c88bbdcd78819251a9a7ee7000
parentdmraid: fix booting from a GPT partition on a dmraid. (diff)
downloadgenkernel-087b065856cc545a0e3f6fa34575606bb8bc2d14.tar.gz
genkernel-087b065856cc545a0e3f6fa34575606bb8bc2d14.tar.bz2
genkernel-087b065856cc545a0e3f6fa34575606bb8bc2d14.zip
Document additional modules via AMODULES*
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=499628 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--genkernel.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/genkernel.conf b/genkernel.conf
index 7e5a46fa..9ff7e4ff 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -290,6 +290,15 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
# included...
#MINKERNPACKAGE="/path/to/file.bz2"
+# Add additional modules to the ramdisk using the module groups defined
+# in /usr/share/genkernel/default/modules_load (see this file for
+# more details). This would be used if, for example, you
+# required an additional crypto module or network device at boot
+# time and did not want to staticly compile these in the kernel.
+# Options take the form AMODULES_{group} where {group} is one of
+# the groups in modules_load (which are in the form MODULES_{group}).
+# Use this with caution.
+#AMODULES_group="module-to-include another-module"
# File to output a .tar.bz2'd modules after the
# callbacks have run