diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index faf2324a..82288974 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -157,7 +157,7 @@ if [ ! -f /fastboot ]; then fi # this avoids an error when mounting local filesystems -umount /mnt/proc +umount /proc # Mount all other filesystems (except for NFS). Contrary to standard usage, # filesystems are NOT unmounted in single user mode. |