aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 0 insertions, 4 deletions
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"