From 0daa0d11302e16ba26d7518c1edf0e4887aade9c Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 10 Nov 2005 19:21:59 +0000 Subject: little bugfix --- hwdetect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwdetect') 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 -- cgit v1.2.3