diff options
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 2 insertions, 0 deletions
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 |