]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
module-init-tools only recognizes files ending in *.conf, so only copy files of that...
authorWarren Togami <wtogami@redhat.com>
Wed, 20 May 2009 19:35:23 +0000 (15:35 -0400)
committerWarren Togami <wtogami@redhat.com>
Thu, 21 May 2009 15:38:25 +0000 (11:38 -0400)
modules.d/90kernel-modules/install

index 6e7c02d8954a8febde894337582f781eca654002..a0f894bf27032dc76fc212268942a798c9860fa8 100755 (executable)
@@ -8,4 +8,4 @@ while read d mp t rest; do
 done </proc/mounts
 
 [ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
-dracut_install $(find /etc/modprobe.d/ -type f )
+dracut_install $(find /etc/modprobe.d/ -type f -name '*.conf')