Fixup 90kernel-modules-loaded
The inst functions do not know how to handle directories directly. Just find the files, and they will create the directories as needed.master
parent
7f8205e1b8
commit
cac7ac4a45
|
@ -7,5 +7,5 @@
|
|||
done
|
||||
|
||||
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
|
||||
dracut_install $(find /etc/modprobe.d/ )
|
||||
dracut_install $(find /etc/modprobe.d/ -type f )
|
||||
|
||||
|
|
Loading…
Reference in New Issue