From 78767321ce6004fe0adfec33f0b40a5e2b113f08 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 31 Jan 2006 11:01:28 +0000 Subject: [PATCH] add something so we modprobe some stuff for at least one family of USB controllers (uhci-hcd). This is of course not very elegant: even if a machine does not have USB, or another USB controller this module will loaded. A better way would be to let some hardware probing program run first, but that is "future work" svn path=/nixu/trunk/; revision=4631 --- boot/boot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boot/boot.sh b/boot/boot.sh index 5183d045613..c964e410c41 100644 --- a/boot/boot.sh +++ b/boot/boot.sh @@ -31,6 +31,9 @@ echo "cleaning utmp and wtmp..." echo "" > /var/run/utmp echo "" > /var/log/wtmp +echo "loading USB controller modules..." +@module_init_tools@/sbin/modprobe uhci-hcd + echo "enabling loopback interface..." ifconfig lo 127.0.0.1