aboutsummaryrefslogtreecommitdiff
path: root/hwdetect
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2007-01-18 19:21:26 +0000
committerTobias Powalowski <tpowa@archlinux.org>2007-01-18 19:21:26 +0000
commitbced30e91fea71c05e3e521aa7cf04583f0dadbb (patch)
treebeae239bf1b96f8ec29bda89b7b959f04ab2502b /hwdetect
parent221f3c66ca47ccf283f8ebbe7f8799cc24176def (diff)
downloadinitscripts-bced30e91fea71c05e3e521aa7cf04583f0dadbb.tar.xz
'upgpkg: fixed usb removal'
Diffstat (limited to 'hwdetect')
-rwxr-xr-xhwdetect2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdetect b/hwdetect
index d5cef00..16044fa 100755
--- a/hwdetect
+++ b/hwdetect
@@ -409,7 +409,7 @@ while [ $# -gt 0 ]; do
START_HOOKS=$(echo $START_HOOKS | sed -e "s/lvm2//g")
fi
if ! [ "$USB" = "1" ]; then
- START_HOOKS=$(echo $START_HOOKS | sed -e "s/usb//g")
+ START_HOOKS=$(echo $START_HOOKS | sed -e "s/usb\ //g")
fi
if ! [ "$FW" = "1" ]; then
START_HOOKS=$(echo $START_HOOKS | sed -e "s/fw//g")