udev, openssh fixes
[hdw-linux/hdw-linux.git] / packages / base / udev / init_udev.sh
index 9596c60..e3cf08e 100644 (file)
@@ -63,7 +63,6 @@ case "$1"
 in
        start)
                echo -n "starting udev ..."
-               #echo "/sbin/udev" > /proc/sys/kernel/hotplug
                if [ ! -d $sysfs_dir/block ] ; then
                        echo "fatal: sysfs not mounted"
                        exit 1
@@ -73,7 +72,8 @@ in
                        mknod -m 0660 ${udev_root}/null c 1 3
                export ACTION=add
                export UDEV_NO_SLEEP=1
-               run_udev
+               #run_udev
+               /sbin/udevstart
                add_nodes
                $udevd &
                echo " done"