aboutsummaryrefslogtreecommitdiff
path: root/hwdetect
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-11-10 19:21:59 +0000
committerJudd Vinet <judd@archlinux.org>2005-11-10 19:21:59 +0000
commit0daa0d11302e16ba26d7518c1edf0e4887aade9c (patch)
treed5b68f3aee8f5485d8d3ec644ce546e37a780ab2 /hwdetect
parentd87c9749651741249b4c7cbf5f18b7ab1b3300fb (diff)
downloadinitscripts-0daa0d11302e16ba26d7518c1edf0e4887aade9c.tar.xz
little bugfix
Diffstat (limited to 'hwdetect')
-rwxr-xr-xhwdetect2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdetect b/hwdetect
index bcc291b..2270d0e 100755
--- a/hwdetect
+++ b/hwdetect
@@ -48,7 +48,7 @@ sed -ne "s#^insmod.*/\(.*\)\.ko.*#\1#p" /tmp/modules-sorted >> /tmp/moduleslist
# starting different actions
while [ $# -gt 0 ]; do
case $1 in
- -load)
+ -load-modules)
# load all detected pci modules
for i in `cat /tmp/modprobe`; do
modprobe $i > /dev/null 2>&1