]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/initscripts/init.d/udev
udev: remove /var/run mount from initskript.
[people/teissler/ipfire-2.x.git] / src / initscripts / init.d / udev
index 72d1e4067147425248241b08d0e37891368cca79..7674ab52c314d229919db8a3220b3866a67fa2d5 100644 (file)
@@ -17,9 +17,6 @@
 
 case "${1}" in
        start)
-               boot_mesg "Mount /var/run..."
-               mount -n -t tmpfs tmpfs /var/run -o size=2M
-
                boot_mesg "Populating /dev with device nodes..."
                if ! grep -q '[[:space:]]sysfs' /proc/mounts; then
                        echo_failure