Browse Source

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
Victor Lowther 16 years ago
parent
commit
cac7ac4a45
  1. 2
      modules.d/90kernel-modules-loaded/install

2
modules.d/90kernel-modules-loaded/install

@ -7,5 +7,5 @@ @@ -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…
Cancel
Save