From 27abdb46ffb0d817888a75adeaf2c0a2e7d2c7a3 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Tue, 2 Mar 2004 22:45:22 -0800 Subject: [PATCH] [PATCH] make start_udev use udevstart binary --- extras/start_udev | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/extras/start_udev b/extras/start_udev index 5a7bc6351..0212d4f8c 100644 --- a/extras/start_udev +++ b/extras/start_udev @@ -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 -- 2.30.2