]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/system/udev
unbound: Drop certificates for local control connection
[ipfire-2.x.git] / src / initscripts / system / udev
index 5e0d9bdfdb7273f640cacffc866303efd3f87c79..e85775f8c192d2c2c1a86220969364bc756487ec 100644 (file)
@@ -51,13 +51,6 @@ case "${1}" in
                        mount -t devpts devpts -o gid=5,mode=620 /dev/pts
                fi
 
-               # Udev handles uevents itself, so we don't need to have
-               # 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..."