From 3f08edfe6e00f4e129a862deb8baa8c33bf8dadf Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 2 Nov 2004 05:28:31 +0000 Subject: remove isapnp call --- rc.d/rc.sysinit | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'rc.d') 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` -- cgit v1.2.1