CI: update QEMU command line to avoid deprecated option format
> warning: short-form boolean option 'readonly' deprecated > Please use readonly=on instead Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -85,7 +85,7 @@ amd64)
|
||||
if [ ! -r "${OVMF}" ]; then
|
||||
die "Cannot read UEFI firmware file ${OVMF}"
|
||||
fi
|
||||
QEMU="qemu-system-x86_64 -drive if=pflash,format=raw,readonly,file=${OVMF}"
|
||||
QEMU="qemu-system-x86_64 -drive if=pflash,format=raw,readonly=on,file=${OVMF}"
|
||||
EFIBOOT=BOOTx64.EFI
|
||||
ROOTDEV=ada0s1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user