]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Tighten up 90kernel-modules/install a bit.
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 6 Mar 2009 21:34:43 +0000 (15:34 -0600)
committerVictor Lowther <victor.lowther@gmail.com>
Fri, 6 Mar 2009 21:34:43 +0000 (15:34 -0600)
modules.d/90kernel-modules/install

index bbfa1b714da8707f70dd0fea97f519a28df7cdcf..38ed9408c7953bcac9b4c368b169dd16d657044e 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/ )