Pass "--kickstart=" when running liveinst with a kickstart (#543722)

This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2009-12-11 21:32:38 -05:00
parent cfbcf94f80
commit 2f276dfc35
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ keyboard us
timezone US/Eastern
auth --useshadow --enablemd5
selinux --enforcing
firewall --enabled --service=mdns
firewall --enabled
xconfig --startxonboot
part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
@ -296,7 +296,7 @@ touch /.liveimg-late-configured
for o in \`cat /proc/cmdline\` ; do
case \$o in
ks=*)
ks="\${o#ks=}"
ks="--kickstart=\${o#ks=}"
;;
xdriver=*)
xdriver="--set-driver=\${o#xdriver=}"