chiark / gitweb /
[PATCH] make start_udev use udevstart binary
authorgreg@kroah.com <greg@kroah.com>
Wed, 3 Mar 2004 06:45:22 +0000 (22:45 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:07 +0000 (21:35 -0700)
extras/start_udev

index 5a7bc63515f769ebead6d3ba0bad028820b5f9ca..0212d4f8c13a7f49eabec2c46db1fe162f3a5b2a 100644 (file)
@@ -88,7 +88,12 @@ mount -n -t ramfs none $udev_root
 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