udev: remove /var/run mount from initskript.

This commit is contained in:
Arne Fitzenreiter
2014-01-12 19:02:51 +01:00
parent b8e2d10888
commit dfb08084ba

View 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