udev: Do no try to install any device nodes any more

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-11-07 20:26:34 +00:00
parent 85759cc973
commit e300a3d138
2 changed files with 1 additions and 3 deletions

View File

@@ -55,9 +55,6 @@ case "${1}" in
# the kernel call out to any binary in response to them
echo > /proc/sys/kernel/hotplug
# Copy static device nodes to /dev
cp -a /lib/udev/devices/* /dev
# Start the udev daemon to continually watch for, and act on,
# uevents
boot_mesg "Starting udev daemon..."