aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-06-07 16:49:32 +0000
committerTobias Powalowski <tpowa@archlinux.org>2006-06-07 16:49:32 +0000
commitb4306a3ede324f6bdbfa5c7b80d0cff15f22c1be (patch)
treee6a17e77f4bccb791678dcd9ae2e7a915f96d460 /rc.sysinit
parentddac836cdbb67ba5b89d21aa3b25a67919efeb88 (diff)
downloadinitscripts-b4306a3ede324f6bdbfa5c7b80d0cff15f22c1be.tar.xz
'upgpkg: removed kernel24 stuff eg. devfsd support and lvm1'
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit10
1 files changed, 1 insertions, 9 deletions
diff --git a/rc.sysinit b/rc.sysinit
index fc6f063..3877cae 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -22,12 +22,8 @@ printsep
# mount /proc and /sys
mount -n -t proc none /proc
[ "`grep sysfs /proc/filesystems`" ] && mount -n -t sysfs none /sys
-
-if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then
- # Looks like devfs is running, use it
- status "Starting DevFS Daemon" /sbin/devfsd /dev
-elif [ -x /etc/start_udev -a -d /sys/block ]; then
+if [ -x /etc/start_udev -a -d /sys/block ]; then
# We have a start_udev script and /sys appears to be mounted, use UDev
status "Starting UDev Daemon" /etc/start_udev init
else
@@ -260,10 +256,6 @@ if [ "$CONSOLEFONT" != "" ]; then
stat_done
fi
-# Load USB support
-/sbin/modprobe usbcore >/dev/null 2>&1
-[ "`grep usbfs /proc/filesystems`" ] && mount -t usbfs none /proc/bus/usb
-
# Screen blanks after 15 minutes idle time
/usr/bin/setterm -blank 15