chiark / gitweb /
[PATCH] add big major tests to udev-test.pl
[elogind.git] / extras / start_udev
index 3c39fc92604d9ca8ec97f829e85d25f190a63de3..0212d4f8c13a7f49eabec2c46db1fe162f3a5b2a 100644 (file)
@@ -84,16 +84,16 @@ fi
 echo "mounting... ramfs at $udev_root"
 mount -n -t ramfs none $udev_root
 
-# We want to start udevd ourselves if it isn't already running.  This
-# lets udevd run at a sane nice level...
-echo "starting udevd"
-$udevd &
-
 # propogate /udev from /sys
 export ACTION=add
 export UDEV_NO_SLEEP=1
 echo "Creating initial udev device nodes:"
-run_udev
+
+# You can use the shell scripts above by calling run_udev or execute udevstart
+# which does the same thing, but much faster by not using shell.  
+#  only comment out one of the following lines.
+#run_udev
+/sbin/udevstart
 
 echo "making extra nodes"
 make_extra_nodes