Bugzilla – Bug 838185
MODULES_LOADED_ON_BOOT removed
Last modified: 2014-02-06 09:33:20 UTC
In bnc#768423 it was requested to migrate /etc/sysconfig/kernel:MODULES_LOADED_ON_BOOT to /etc/modules-load.d/ This is change is now in Factory. Today I searched for other users of MODULES_LOADED_ON_BOOT and found several in the yast sources. systemd still processes /etc/sysconfig/kernel:MODULES_LOADED_ON_BOOT, but I think thats a SuSE specific change. Please pass this bug around to update the remaining cases. linuxrc-4.1.5/net.c:2429: fprintf(fpk, "MODULES_LOADED_ON_BOOT=\"$MODULES_LOADED_ON_BOOT netiucv\"\n"); yast2-bootloader-3.0.3/src/modules/Bootloader.rb:333 yast2-installation-3.0.4/src/clients/kernel_finish.rb:156 yast2-sound-3.0.1/src/include/sound/write_routines.rb:136 yast2-storage-3.0.2/src/modules/Storage.rb:5968 yast2-3.0.5/library/system/src/modules/Kernel.rb:584 yast2-3.0.5/library/system/testsuite/tests/kernel.out:5 There are probably more, my grep through all Factory sources is not yet done.
linuxrc and yast2-bootloader -> Steffen
(In reply to comment #0) > There are probably more, my grep through all Factory sources is not yet done. My grep found no more references to MODULES_LOADED_ON_BOOT
can you please add /etc/sysconfig/kernel:MODULES_LOADED_ON_BOOT_REMOVED with documentation how to use /etc/modules-load.d/ ?
Michal, this is what I've found: http://www.freedesktop.org/software/systemd/man/modules-load.d.html
@Lukas I figured it out with time, but the entry pointing to documentation would help others to find it instead of googling around and scratching head
Perhaps that should either go into release-notes or in a preserved comment in the new .conf file.
a full variable like MODULES_LOADED_ON_BOOT_REMOVED would show in the yast sysconfig module - this is where I was searching for MODULES_LOADED_ON_BOOT
Taking this one ... for a while
I've fixed this for openSUSE factory by reimplementing the internal handling: https://github.com/yast/yast-yast2/pull/131/files Coolo, do you want to have this fix in 13.1 as well? It's in the installation.
No, actually I only want ship stoppers fixed at this point.
All except Storage (https://github.com/yast/yast-storage/pull/13) has been fixed and merged and will be in Factory.
The code in yast2-storage has been removed, for details see https://github.com/yast/yast-storage/pull/19.