summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-04-18 07:17:49 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-04-18 07:17:49 +0000
commit6a197909c4b1c3a9ffda2cccf5f924eefa8a5a75 (patch)
tree781043973d441a8de37c36ab08f807e4254876a8
parentd9862e4ad30a74da88a2cd2ec5eb2780a627da49 (diff)
downloadplan9front-6a197909c4b1c3a9ffda2cccf5f924eefa8a5a75.tar.xz
boot(8): usb/usbd might fail when no hubs are detected
-rw-r--r--sys/src/9/boot/bootrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc
index 21af98811..2e2355a63 100644
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -42,7 +42,7 @@ fn devinit{
fn usbinit{
if(test -e '#u'){
bind -a '#u' /dev
- must usb/usbd
+ usb/usbd
}
}