module-init-tools only recognizes files ending in *.conf, so only copy files of that pattern.

master
Warren Togami 2009-05-20 15:35:23 -04:00
parent 3b8c6ac696
commit 1a1b179a5b
1 changed files with 1 additions and 1 deletions

View File

@ -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')