]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - modules.d/90kernel-modules/install
Modify modprobe.d installation and add check for plymouth
[thirdparty/dracut.git] / modules.d / 90kernel-modules / install
index bbfa1b714da8707f70dd0fea97f519a28df7cdcf..70d16e9c81fabf5155ef715b71a2fb6bae1ff4cd 100755 (executable)
@@ -8,7 +8,4 @@ while read d mp t rest; do
 done </proc/mounts
 
 [ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
-
-for i in $(find /etc/modprobe.d/ ); do
-         inst $i
-done
+dracut_install $(find /etc/modprobe.d/ -type f )