1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

[PATCH] make start_udev use udevstart binary

This commit is contained in:
greg@kroah.com 2004-03-02 22:45:22 -08:00 committed by Greg KH
parent b5e0fc3208
commit 27abdb46ff

View 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