From e5940c72a3e122a52ca695d01099acb50a35ba44 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Tue, 9 Dec 1997 15:09:19 +0000 Subject: fixed wrong umount --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') 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. -- cgit v1.2.1