/etc/modprobe.d might have subdirs, so install them also

master
Harald Hoyer 2009-03-06 16:58:44 +01:00
parent a916b0709d
commit 8123d43838
2 changed files with 8 additions and 2 deletions

View File

@ -7,5 +7,8 @@
done

[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
dracut_install /etc/modprobe.d/*

for i in $(find /etc/modprobe.d/ ); do
inst $i
done


View File

@ -8,4 +8,7 @@ while read d mp t rest; do
done </proc/mounts

[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
dracut_install /etc/modprobe.d/*

for i in $(find /etc/modprobe.d/ ); do
inst $i
done