aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1997-12-08 22:45:11 +0000
committerErik Troan <ewt@redhat.com>1997-12-08 22:45:11 +0000
commit48b3f76d2b96fe6bda99f5b792c955429996f227 (patch)
treebf4e3d84271a73714d1ba5eb391ec9109ca17351
parent9c42de5ab3292b5403b3b645ce7feb0f4de91ea9 (diff)
downloadinitscripts-r3-27.tar
initscripts-r3-27.tar.gz
initscripts-r3-27.tar.bz2
initscripts-r3-27.tar.xz
initscripts-r3-27.zip
more /proc mounting fixesr3-27
-rwxr-xr-xrc.d/rc.sysinit4
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