From 74f8d391736a0cc1b959d109830cdb75b661319f Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 8 Dec 1997 22:34:08 +0000 Subject: changed how /proc gets mounted so that it ends up in /etc/mtab --- rc.d/rc.sysinit | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index fabe8c34..859c2636 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -82,6 +82,8 @@ if [ -x /sbin/isapnp -a -f /etc/isapnp.conf ]; then fi fi +umount -n /proc + # Remount the root filesystem read-write. echo "Remounting root filesystem in read-write mode." mount -n -o remount,rw / @@ -95,6 +97,7 @@ fi # Enter root into mtab. mount -f / +mount -t proc /proc /proc if [ -f /proc/ksyms ]; then USEMODULES=y -- cgit v1.2.1