3
0
Fork 0
forked from mirrors/nixpkgs

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
This commit is contained in:
Armijn Hemel 2006-01-31 11:01:28 +00:00
parent caf9b6bfba
commit 78767321ce

View file

@ -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