From 97e5abb493f4703585000fd52dff33fe3fc1d528 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Aug 2004 18:53:56 +0000 Subject: remove devfs compat and 2.4 compat --- rc.d/rc.sysinit | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rc.d/rc.sysinit') 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 -- cgit v1.2.1