summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-06 23:28:47 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-06 23:52:55 -0500
commite4b4e8ab17f7df14e3a74367efdab17a94c532e9 (patch)
tree4df5ca6ff05a1e4eb716250634c905b95b7af837 /liveinst
parentf5297182b3febc9f5a2ed4f333eeb11849570b86 (diff)
downloadanaconda-e4b4e8ab17f7df14e3a74367efdab17a94c532e9.tar.gz
anaconda-e4b4e8ab17f7df14e3a74367efdab17a94c532e9.tar.xz
anaconda-e4b4e8ab17f7df14e3a74367efdab17a94c532e9.zip
Pass arguments correctly to anaconda
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