aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-11-20 01:23:45 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-11-24 20:59:15 +0100
commiteccc25ea093340a4e3ba662ed8d9e858800cd134 (patch)
treec85c76b3af6214079cd3abf7a7fdf2d1e5ed6093 /doc
parentlinuxrc: Fix code style (diff)
downloadgenkernel-eccc25ea093340a4e3ba662ed8d9e858800cd134.tar.gz
genkernel-eccc25ea093340a4e3ba662ed8d9e858800cd134.tar.bz2
genkernel-eccc25ea093340a4e3ba662ed8d9e858800cd134.zip
initrd.scripts: modules_load() refactored
- Add support for LABEL/UUID in root kernel parameter - When loading network, always load all network modules even when root block device is already available - Always load crypto and USB module group when CRYPT_{ROOT,SWAP} is set. - Always load fs module group. - Add gk.hw.load-all kernel command-line argument to allow user to force loading of all module groups. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index bee3017..cb2009f 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -787,6 +787,13 @@ when not set. This will allow remote user to provide answer through
will load that font. This boolean option allows you to disable
loading of the user embedded bootfont.
+*gk.hw.load-all*=<...>::
+ By default, genkernel loads various module groups (nvme, sata,
+ scsi, pata, usb...) until block device specified in *root* parameter
+ becomes available. This boolean option allows you to force
+ loading of all module groups regardless whether root device is
+ already available.
+
*gk.log.disabled*=<...>::
By default, any shown message and external command calls will be logged
to '/tmp/init.log' in initramfs. This boolean option allows you to