Removes the not more needed "copy static device nodes" from initscript
Signed-off-by: Marcel Lorenz marcel.lorenz@ipfire.org --- src/initscripts/init.d/udev | 3 --- 1 file changed, 3 deletions(-)
diff --git a/src/initscripts/init.d/udev b/src/initscripts/init.d/udev index 6cf8771..9afedbf 100644 --- a/src/initscripts/init.d/udev +++ b/src/initscripts/init.d/udev @@ -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 /sbin/udevd --daemon