Quit plymouht before running anaconda (#468268)

This commit is contained in:
Jeremy Katz 2008-10-23 17:49:21 -04:00
parent 2c69d4eb3e
commit 52fba85a94
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ keyboard us
timezone US/Eastern timezone US/Eastern
auth --useshadow --enablemd5 auth --useshadow --enablemd5
selinux --enforcing selinux --enforcing
firewall --disabled firewall --enabled
xconfig --startxonboot xconfig --startxonboot
part / --size 3072 part / --size 3072
services --enabled=NetworkManager --disabled=network,sshd services --enabled=NetworkManager --disabled=network,sshd
@ -339,9 +339,11 @@ fi
# if liveinst or textinst is given, start anaconda # if liveinst or textinst is given, start anaconda
if strstr "\`cat /proc/cmdline\`" liveinst ; then if strstr "\`cat /proc/cmdline\`" liveinst ; then
plymouth --quit
/usr/sbin/liveinst \$ks /usr/sbin/liveinst \$ks
fi fi
if strstr "\`cat /proc/cmdline\`" textinst ; then if strstr "\`cat /proc/cmdline\`" textinst ; then
plymouth --quit
/usr/sbin/liveinst --text \$ks /usr/sbin/liveinst --text \$ks
fi fi