Browse Source

Modify modprobe.d installation and add check for plymouth

master
Victor Lowther 16 years ago
parent
commit
f8fc759574
  1. 2
      dracut.conf
  2. 2
      modules.d/50plymouth/check
  3. 2
      modules.d/90kernel-modules/install

2
dracut.conf

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
# specify the dracut modules to use
dracutmodules="redhat-i18n kernel-modules lvm terminfo udev-rules base dmraid mdraid crypt"
dracutmodules="redhat-i18n kernel-modules lvm terminfo udev-rules base crypt plymouth"

2
modules.d/50plymouth/check

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
#!/bin/bash
[[ -x /sbin/plymouthd && -x /bin/plymouth ]]

2
modules.d/90kernel-modules/install

@ -8,4 +8,4 @@ while read d mp t rest; do @@ -8,4 +8,4 @@ while read d mp t rest; do
done </proc/mounts

[ -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