test: Update virt-install arg "ks=file:/ks.cfg" to "inst.ks=file:/ks.cfg"
The anaconda-34.24.9-1 in fedora 34 requires inst prefix.
This commit is contained in:
parent
5e591ccc3d
commit
33d85c82c9
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ STOPHERE
|
|||
# Install ostree image via anaconda.
|
||||
greenprint "Install ostree image via anaconda"
|
||||
sudo virt-install --initrd-inject="${KS_FILE}" \
|
||||
--extra-args="ks=file:/ks.cfg console=ttyS0,115200" \
|
||||
--extra-args="inst.ks=file:/ks.cfg console=ttyS0,115200" \
|
||||
--name="${IMAGE_KEY}"\
|
||||
--disk path="${LIBVIRT_IMAGE_PATH}",format=qcow2 \
|
||||
--ram 3072 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue