]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
udev: remove /var/run mount from initskript.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 12 Jan 2014 18:02:51 +0000 (19:02 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 12 Jan 2014 18:02:51 +0000 (19:02 +0100)
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