aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit12
1 files changed, 0 insertions, 12 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 426563fb..6652fc03 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -453,18 +453,6 @@ if [ "X$_RUN_QUOTACHECK" = "X1" -a \
action $"Checking root filesystem quotas: " /sbin/quotacheck -nug /
fi
-if [ -x /sbin/isapnp -a -f /etc/isapnp.conf -a ! -f /proc/isapnp ]; then
- # check for arguments passed from kernel
- if ! strstr "$cmdline" nopnp ; then
- PNP=yes
- fi
- if [ -n "$PNP" ]; then
- action $"Setting up ISA PNP devices: " /sbin/isapnp /etc/isapnp.conf
- else
- action $"Skipping ISA PNP configuration at users request: " /bin/true
- fi
-fi
-
# Remount the root filesystem read-write.
update_boot_stage RCmountfs
state=`awk '/ \/ / && ($3 !~ /rootfs/) { print $4 }' /proc/mounts`