/etc/modprobe.d might have subdirs, so install them also
parent
a916b0709d
commit
8123d43838
|
@ -7,5 +7,8 @@
|
||||||
done
|
done
|
||||||
|
|
||||||
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
|
[ -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
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,7 @@ while read d mp t rest; do
|
||||||
done </proc/mounts
|
done </proc/mounts
|
||||||
|
|
||||||
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
|
[ -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
|
||||||
|
|
Loading…
Reference in New Issue