Browse Source

Removed hotplug++ from mkinitrd initrd init and fixed udev handling

early
Christian Wiese 17 years ago committed by Alejandro Mery
parent
commit
9ff041bcaa
  1. 7
      base/mkinitrd/initrdinit.sh

7
base/mkinitrd/initrdinit.sh

@ -36,11 +36,12 @@ if [ ! -c /dev/zero ]; then
fi
echo "Populating /dev (u/dev) ..."
echo "" > /sys/kernel/uevent_helper
udevd --daemon
udevtrigger
echo "Running hotplug++ ..."
/sbin/hotplug++ -synth
echo "Triggering coldplug ..."
udevtrigger
udevsettle
echo "Loading additional subsystem and filesystem driver ..."
# hack to be removed

Loading…
Cancel
Save