fix udev start and init

This commit is contained in:
Tobias Powalowski 2009-09-08 18:57:01 +02:00
parent 6ab61fff56
commit 8c297c9fbb
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ run_hook ()
# /dev/ppp
mknod -m 0600 /dev/ppp c 108 0
echo > /proc/sys/kernel/hotplug
msg -n ":: Starting udevd..."
msg -n ":: Starting udevd:"
/sbin/udevd --daemon
msg "done."
}

View file

@ -68,9 +68,9 @@ done
# If rootdelay is empty or not a non-negative integer, set it to 10
if [ -z "${rootdelay}" -o ! "${rootdelay}" -ge 0 ]; then
export rootdelay=10
# We'll wait for the root device, so make sure klibc doesn't
export kinit_params="$kinit_params rootdelay=0"
fi
# We'll wait for the root device, so make sure klibc doesn't
export kinit_params="$kinit_params rootdelay=0"
if [ -e "/hooks" ]; then
for h in ${HOOKS}; do