Browse Source

Tighten up 90kernel-modules-loaded a bit.

master
Victor Lowther 16 years ago
parent
commit
91b80abdce
  1. 5
      modules.d/90kernel-modules-loaded/install

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

@ -7,8 +7,5 @@ @@ -7,8 +7,5 @@
done

[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf

for i in $(find /etc/modprobe.d/ ); do
inst $i
done
dracut_install $(find /etc/modprobe.d/ )


Loading…
Cancel
Save