From 04b51ace677f290522d6c325797fd83cf53e10ef Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Sun, 2 Nov 1997 14:36:01 +0000 Subject: don't umount /proc after mounting it --- rc.d/rc.sysinit | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 38eb858c..40f77413 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -71,7 +71,6 @@ if grep -i nopnp /proc/cmdline >/dev/null ; then else PNP=yes fi -umount /proc # set up pnp if [ -x /sbin/isapnp -a -f /etc/isapnp.conf ]; then @@ -105,9 +104,6 @@ else USEMODULES= fi -# we can't leave this mounted as it confuses "mount -a" later (dumb) -umount /proc - if [ -x /sbin/depmod -a -n "$USEMODULES" ]; then # Get ready for kerneld if module support in the kernel echo -n "Finding module dependencies" -- cgit v1.2.1