diff options
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 859c2636..faf2324a 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -156,10 +156,12 @@ if [ ! -f /fastboot ]; then fi fi +# this avoids an error when mounting local filesystems +umount /mnt/proc + # Mount all other filesystems (except for NFS). Contrary to standard usage, # filesystems are NOT unmounted in single user mode. echo "Mounting local filesystems." - mount -a -t nonfs if [ -x /sbin/quotaon ]; then |