From e80bc8c133059ba40f750caf4c9bf87de29ff1cb Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 9 Aug 2013 14:55:42 +0200 Subject: remount /proc to set attributes from fstab #984003 --- rc.d/rc.sysinit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index c171f1ef..68fda45c 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -28,6 +28,8 @@ fi #remount /dev/shm to set attributes from fstab #669700 mount -n -o remount /dev/shm >/dev/null 2>&1 +#remount /proc to set attributes from fstab #984003 +mount -n -o remount /proc >/dev/null 2>&1 . /etc/init.d/functions -- cgit v1.2.1