Browse Source

install modprobe.d for special rules and blacklists

master
Harald Hoyer 16 years ago
parent
commit
4ab702040a
  1. 3
      modules.d/90kernel-modules/install

3
modules.d/90kernel-modules/install

@ -6,3 +6,6 @@ instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc sd_mod} @@ -6,3 +6,6 @@ instmods ${modules:-=ata =block =drm dm-crypt aes sha256 cbc sd_mod}
while read d mp t rest; do
instmods "$t"
done </proc/mounts

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

Loading…
Cancel
Save