summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-06-30 13:09:08 -0400
committerJeremy Katz <katzj@redhat.com>2008-06-30 13:10:05 -0400
commit1a83ddeb22e2dd7ca88ebcf377686bec4fda72a0 (patch)
tree05d4faf9004b1ba2a942122d4d884c1b382c3561 /liveinst
parent539fc605f9402830860bf2276f6b790bceef6fc6 (diff)
downloadanaconda-1a83ddeb22e2dd7ca88ebcf377686bec4fda72a0.tar.gz
anaconda-1a83ddeb22e2dd7ca88ebcf377686bec4fda72a0.tar.xz
anaconda-1a83ddeb22e2dd7ca88ebcf377686bec4fda72a0.zip
Explicitly setup livecd install by passing --liveinst to anaconda
We don't do things based on the method string anymore, so explicitly specify that we're doing a livecd based install
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 b61a5a5e2..9e39d0fdf 100644
--- a/liveinst/liveinst.sh
+++ b/liveinst/liveinst.sh
@@ -45,7 +45,7 @@ if [ -z "$LANG" ]; then
fi
# eventually, we might want to allow a more "normal" install path
-ANACONDA="/usr/sbin/anaconda --method=livecd://$LIVE_BLOCK --lang $LANG"
+ANACONDA="/usr/sbin/anaconda --liveinst --method=livecd://$LIVE_BLOCK --lang $LANG"
if [ -x /usr/sbin/setenforce -a -e /selinux/enforce ]; then
current=$(cat /selinux/enforce)