test: Fix UEFI parameters error
Fix error "loader attribute 'readonly' cannot be specified when firmware autoselection is enabled"
This commit is contained in:
parent
6e74ae33bf
commit
9eab01874a
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ sudo virt-install --name="${IMAGE_KEY}-uefi"\
|
|||
--os-type linux \
|
||||
--os-variant ${OS_VARIANT} \
|
||||
--cdrom "/var/lib/libvirt/images/${ISO_FILENAME}" \
|
||||
--boot uefi,loader_ro=yes,loader_type=pflash,nvram_template=/usr/share/edk2/ovmf/OVMF_VARS.fd,loader_secure=no \
|
||||
--boot uefi \
|
||||
--nographics \
|
||||
--noautoconsole \
|
||||
--wait=-1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue