diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2005-11-23 12:54:55 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2005-11-23 12:54:55 +0000 |
commit | b087f41b86014ba5dfc0b23ea79d6897573fb562 (patch) | |
tree | 3f5fdf9044b7420a6a3815e24411f08d4219ab65 /rc.sysinit | |
parent | a03faeb98fbe82a01977a9900b0d1b6974aac3c6 (diff) |
'upgpkg: fixed hwdetect syntax for rc.sysinit'
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ if ! [ "$load_modules" = "off" ]; then done if [ "$MOD_AUTOLOAD" = "yes" -o "$MOD_AUTOLOAD" = "YES" ]; then export BLACKLIST="${MOD_BLACKLIST[*]}" - /sbin/hwdetect -load-modules + /sbin/hwdetect --load-modules fi stat_done fi |