From ab1ebd6e9696f46dbc7d13bfc58dbea7648b7d30 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 1 Sep 2004 15:53:07 +0000 Subject: mount usbfs (#131347) start any automatic raid devices --- rc.d/rc.sysinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index cc6eb0c1..48da3463 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -24,6 +24,7 @@ fi # Mount /proc and /sys (done here so volume labels can work with fsck) mount -n -t proc /proc /proc +mount -n -t usbfs /proc/bus/usb /proc/bus/usb mount -n -t sysfs /sys /sys >/dev/null 2>&1 . /etc/init.d/functions @@ -212,6 +213,8 @@ echo -n $" done" success echo +echo "raidautorun /dev/md0" | nash --quiet + # Start the graphical boot, if necessary; /usr may not be mounted yet, so we # may have to do this again after mounting RHGB_STARTED=0 -- cgit v1.2.1