From: greg@kroah.com Date: Wed, 3 Mar 2004 06:45:22 +0000 (-0800) Subject: [PATCH] make start_udev use udevstart binary X-Git-Tag: 020~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=27abdb46ffb0d817888a75adeaf2c0a2e7d2c7a3;p=elogind.git [PATCH] make start_udev use udevstart binary --- 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