aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-08-25 18:53:56 +0000
committerBill Nottingham <notting@redhat.com>2004-08-25 18:53:56 +0000
commit97e5abb493f4703585000fd52dff33fe3fc1d528 (patch)
treea5f8133f9d41078283d1510d37cbbdfd56cd7620
parente838eed9daa6d61a142727f37bcefb80018401b1 (diff)
downloadinitscripts-97e5abb493f4703585000fd52dff33fe3fc1d528.tar
initscripts-97e5abb493f4703585000fd52dff33fe3fc1d528.tar.gz
initscripts-97e5abb493f4703585000fd52dff33fe3fc1d528.tar.bz2
initscripts-97e5abb493f4703585000fd52dff33fe3fc1d528.tar.xz
initscripts-97e5abb493f4703585000fd52dff33fe3fc1d528.zip
remove devfs compat and 2.4 compat
-rwxr-xr-xrc.d/rc.sysinit10
1 files changed, 0 insertions, 10 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 4dfbf465..c726784e 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -10,9 +10,6 @@ if [ -z "$IN_INITLOG" -a -x /sbin/initlog ]; then
exec /sbin/initlog -r /etc/rc.d/rc.sysinit
fi
-# If we're using devfs, start devfsd now - we need the old device names
-[ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev
-
HOSTNAME=`/bin/hostname`
HOSTTYPE=`uname -m`
unamer=`uname -r`
@@ -226,13 +223,6 @@ fi
needusbstorage=
if [ $usb = "1" ]; then
needusbstorage=`LC_ALL=C grep -e "^I.*Cls=08" /proc/bus/usb/devices 2>/dev/null`
- # If you are running 2.6, and you built your own modular mouse/keyboard drivers
- # get them via hotplug. (and if it's your boot keyboard, build them in! :)
- if [ "${version[0]}" -lt "3" -a "${version[1]}" -lt "6" ]; then
- LC_ALL=C fgrep 'hid' /proc/bus/usb/drivers || action $"Initializing USB HID interface: " modprobe hid 2> /dev/null
- action $"Initializing USB keyboard: " modprobe keybdev 2> /dev/null
- action $"Initializing USB mouse: " modprobe mousedev 2> /dev/null
- fi
fi
if [ -f /fastboot ] || strstr "$cmdline" fastboot ; then