summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
Diffstat (limited to 'liveinst')
-rw-r--r--liveinst/liveinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveinst/liveinst.sh b/liveinst/liveinst.sh
index 3f1ef2036..95d8de2f9 100644
--- a/liveinst/liveinst.sh
+++ b/liveinst/liveinst.sh
@@ -56,7 +56,7 @@ fi
/sbin/lvm vgchange -an --ignorelockingfailure
if [ -x /usr/bin/hal-lock -a -e /var/lock/subsys/haldaemon ]; then
- /usr/bin/hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run "$ANACONDA" $*
+ /usr/bin/hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run "$ANACONDA $*"
else
$ANACONDA $*
fi