]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
Fix rd.blacklist.driver when no /etc/modprobe.d exists
authorNicolas Chauvet <kwizart@gmail.com>
Mon, 5 Nov 2012 23:39:04 +0000 (00:39 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 14 Dec 2012 08:04:55 +0000 (09:04 +0100)
commit00ae54f00a0ef83ff9afac0aa658a7dcac5ae1e1
tree731ec51f99ed7bce8ded1ac396c57bc03ca15456
parent488d55c54603e1e007f189b70ff3b1c575277021
Fix rd.blacklist.driver when no /etc/modprobe.d exists

This bug was reported as http://bugzilla.redhat.com/873220#c2

As the /etc/modprobe.d isn't created in the boot process
nor bundled within the initramfs, the initramfsblacklist.conf
cannot be created.

Instead, the /usr/lib/modprobe.d directory is available and using it
will restore the blacklist behavior.
modules.d/90kernel-modules/parse-kernel.sh