aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit5
1 files changed, 4 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 1878516..0a0f30d 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -87,7 +87,7 @@ stat_busy "Mounting Local Filesystems"
umount /proc && mount -t proc none /proc
[ "`grep sysfs /proc/filesystems`" ] && umount /sys && mount -t sysfs none /sys
# now mount all the local filesystems
-/bin/mount -a -t nonfs,nosmbfs,noncpfs,nosysfs
+/bin/mount -a -t nonfs,nosmbfs,noncpfs,nosysfs,nousbfs
stat_done
stat_busy "Configuring System Clock"
@@ -152,6 +152,9 @@ for mod in "${MODULES[@]}"; do
done
stat_done
+# Now that modules are loaded, try to mount /proc/bus/usb
+[ "`grep usbfs /proc/filesystems`" ] && mount -t usbfs none /proc/bus/usb
+
# Screen blanks after 15 minutes idle time
/usr/bin/setterm -blank 15