mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Quit plymouht before running anaconda (#468268)
This commit is contained in:
parent
2c69d4eb3e
commit
52fba85a94
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user