From 52fba85a9408aedddbf86c3f3ac468da3210a30b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 23 Oct 2008 17:49:21 -0400 Subject: [PATCH] Quit plymouht before running anaconda (#468268) --- fedora-live-base.ks | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 3d821f7..98c0bea 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -12,7 +12,7 @@ keyboard us timezone US/Eastern auth --useshadow --enablemd5 selinux --enforcing -firewall --disabled +firewall --enabled xconfig --startxonboot part / --size 3072 services --enabled=NetworkManager --disabled=network,sshd @@ -339,9 +339,11 @@ fi # if liveinst or textinst is given, start anaconda if strstr "\`cat /proc/cmdline\`" liveinst ; then + plymouth --quit /usr/sbin/liveinst \$ks fi if strstr "\`cat /proc/cmdline\`" textinst ; then + plymouth --quit /usr/sbin/liveinst --text \$ks fi