]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
install modprobe.d for special rules and blacklists
authorHarald Hoyer <harald@redhat.com>
Fri, 6 Mar 2009 14:44:50 +0000 (15:44 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 6 Mar 2009 14:44:50 +0000 (15:44 +0100)
modules.d/90kernel-modules/install

index 57a36b812e0ff8a3ca6099ae16f5c5972caa3c9f..efdf31d370166dde0d3cc92b59659bfab7092dbb 100755 (executable)
@@ -6,3 +6,6 @@ instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc sd_mod}
 while read d mp t rest; do
     instmods "$t"
 done </proc/mounts
+
+[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
+dracut_install /etc/modprobe.d/*