module-init-tools only recognizes files ending in *.conf, so only copy files of that pattern.
parent
3b8c6ac696
commit
1a1b179a5b
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue