X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fstart_udev;h=0212d4f8c13a7f49eabec2c46db1fe162f3a5b2a;hb=7d12d4e175eececfc6956e99438f7c1ddd6b85eb;hp=5a7bc63515f769ebead6d3ba0bad028820b5f9ca;hpb=286903679a6cd4cfa9f5e7eed49f0bb8f059109e;p=elogind.git 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