diff options
author | Bill Nottingham <notting@redhat.com> | 2004-11-02 05:28:31 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-11-02 05:28:31 +0000 |
commit | 3f08edfe6e00f4e129a862deb8baa8c33bf8dadf (patch) | |
tree | ff0d69f02f64eb810d1d12791501cc83cacb8401 | |
parent | 78c7f43364fe97c3610d5f52c8d09bdf368723c6 (diff) | |
download | initscripts-3f08edfe6e00f4e129a862deb8baa8c33bf8dadf.tar initscripts-3f08edfe6e00f4e129a862deb8baa8c33bf8dadf.tar.gz initscripts-3f08edfe6e00f4e129a862deb8baa8c33bf8dadf.tar.bz2 initscripts-3f08edfe6e00f4e129a862deb8baa8c33bf8dadf.tar.xz initscripts-3f08edfe6e00f4e129a862deb8baa8c33bf8dadf.zip |
remove isapnp call
-rwxr-xr-x | rc.d/rc.sysinit | 12 |
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` |