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:
Xiaofeng Wang 2021-04-29 17:27:48 +08:00 committed by Ondřej Budai
parent 5e591ccc3d
commit 33d85c82c9

View file

@ -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 \