]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Remove redundant modprobe.d copy
authorWarren Togami <wtogami@redhat.com>
Fri, 29 May 2009 17:20:33 +0000 (13:20 -0400)
committerWarren Togami <wtogami@redhat.com>
Fri, 29 May 2009 17:20:33 +0000 (13:20 -0400)
modules.d/90kernel-modules-loaded/install

index c0c19bbcb26066ed5cb7e459c660af6b377d6b7b..ffafcd9759a83f27dc40163f4d45168fd053f25b 100755 (executable)
@@ -6,6 +6,3 @@
        instmods "$mod"
 done
 
-[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
-dracut_install $(find /etc/modprobe.d/ -type f )
-