diff options
author | Erik Troan <ewt@redhat.com> | 1997-12-08 22:45:11 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1997-12-08 22:45:11 +0000 |
commit | 48b3f76d2b96fe6bda99f5b792c955429996f227 (patch) | |
tree | bf4e3d84271a73714d1ba5eb391ec9109ca17351 /rc.d | |
parent | 9c42de5ab3292b5403b3b645ce7feb0f4de91ea9 (diff) | |
download | initscripts-48b3f76d2b96fe6bda99f5b792c955429996f227.tar initscripts-48b3f76d2b96fe6bda99f5b792c955429996f227.tar.gz initscripts-48b3f76d2b96fe6bda99f5b792c955429996f227.tar.bz2 initscripts-48b3f76d2b96fe6bda99f5b792c955429996f227.tar.xz initscripts-48b3f76d2b96fe6bda99f5b792c955429996f227.zip |
more /proc mounting fixesr3-27
Diffstat (limited to 'rc.d')
-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 |