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 @@
done done


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

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



Loading…
Cancel
Save