From 48b3f76d2b96fe6bda99f5b792c955429996f227 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 8 Dec 1997 22:45:11 +0000 Subject: more /proc mounting fixes --- rc.d/rc.sysinit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1