From ed09661ede164836b9107df192fedc3b84ac00c3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 13 Dec 2009 16:40:04 +0100 Subject: start udevd in init to solve the firmware loading bug --- init | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init') diff --git a/init b/init index c7aca13..5e1f6fd 100644 --- a/init +++ b/init @@ -15,6 +15,13 @@ export kinit_params="" export root="" echo "/sbin/modprobe" > /proc/sys/kernel/modprobe +# if available, start udevd at this stage +if [ -x /sbin/udevd ]; then + msg ":: Starting udevd..." + echo > /proc/sys/kernel/hotplug + /sbin/udevd --daemon +fi + for cmd in ${CMDLINE}; do case "${cmd}" in \#*) break ;; # ignore everything after a # in the commandline -- cgit v1.2.3-24-g4f1b