]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
udev: Do no try to install any device nodes any more
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Nov 2018 20:26:34 +0000 (20:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Nov 2018 20:26:34 +0000 (20:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/125/filelists/files
src/initscripts/system/udev

index 1dcc084b052257740e23607b9d4c1ccecd17550f..889365e1d1d9a6094fc8d7a1cda1bb4f3caaae5c 100644 (file)
@@ -3,6 +3,7 @@ etc/issue
 etc/ssh/sshd_config
 etc/sysctl.conf
 etc/rc.d/init.d/sysklogd
+etc/rc.d/init.d/udev
 srv/web/ipfire/cgi-bin/credits.cgi
 srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
 srv/web/ipfire/cgi-bin/ids.cgi
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..."