aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-26 23:35:52 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-26 23:46:37 +0200
commit809f1f547f0ba8bfa38bbd0977ab2c57ec4c4581 (patch)
tree365a2a64e446bcd4b83b4b540aa3e7b609cb4292 /defaults/initrd.defaults
parenteudev: Enable kmod support (diff)
downloadgenkernel-809f1f547f0ba8bfa38bbd0977ab2c57ec4c4581.tar.gz
genkernel-809f1f547f0ba8bfa38bbd0977ab2c57ec4c4581.tar.bz2
genkernel-809f1f547f0ba8bfa38bbd0977ab2c57ec4c4581.zip
defaults/linuxrc: Disable processing of modules_load file by default
Now that we are using (e)udev with kmod support, we can rely on UDEV to load required kernel modules. Old module loading based on modules_load file can still be enabled via boolean "gk.hw.use-modules_load" kernel command-line option which is inverting and replacing previous "nodetect" kernel command-line option. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'defaults/initrd.defaults')
-rw-r--r--defaults/initrd.defaults1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index 3ac5856..e4c861b 100644
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -73,6 +73,7 @@ IP='dhcp'
GK_BOOTFONT_DISABLED=0
GK_DEBUGMODE_STATEFILE="/tmp/debug.enabled"
GK_HW_LOAD_ALL_MODULES=0
+GK_HW_USE_MODULES_LOAD=0
GK_INIT_LOG='/tmp/init.log'
GK_INIT_LOG_COPYTO=
GK_INIT_LOG_COPYTO_DEFAULT='/genkernel-boot.log'