]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/system/udev
udev: Do no try to install any device nodes any more
[people/pmueller/ipfire-2.x.git] / src / initscripts / system / udev
index 5e0d9bdfdb7273f640cacffc866303efd3f87c79..821df86b7731a1772cb0ad0383d4a1a10ef78e3f 100644 (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..."