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

index 6f1d00378d48b39df759f55809b4a4c64d6a3dd0..666d12c52ab3995fae4a98c05d94d49fddd98414 100755 (executable)
@@ -7,8 +7,5 @@
 done
 
 [ -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/ )