mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Pass "--kickstart=" when running liveinst with a kickstart (#543722)
This commit is contained in:
parent
cfbcf94f80
commit
2f276dfc35
@ -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=}"
|
||||
|
Loading…
Reference in New Issue
Block a user