commit: 087b065856cc545a0e3f6fa34575606bb8bc2d14 Author: Gil Kloepfer <gbz <AT> kloepfer <DOT> org> AuthorDate: Mon Jan 2 23:25:22 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon Jan 2 23:25:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=087b0658
Document additional modules via AMODULES* Fixes: https://bugs.gentoo.org/show_bug.cgi?id=499628 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> genkernel.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/genkernel.conf b/genkernel.conf index 7e5a46f..9ff7e4f 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
