From bc6f133f2146dc7ce283435440822ede0e5ef360 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Tue, 1 Feb 2022 08:06:19 -0500 Subject: [PATCH] fix readonly --- basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic.sh b/basic.sh index 443885a..ead66bf 100755 --- a/basic.sh +++ b/basic.sh @@ -15,7 +15,7 @@ qemu-system-x86_64 \ -cpu Penryn,vendor=GenuineIntel,kvm=on,+sse3,+sse4.2,+aes,+xsave,+avx,+xsaveopt,+xsavec,+xgetbv1,+avx2,+bmi2,+smep,+bmi1,+fma,+movbe,+invtsc \ -device isa-applesmc,osk="$OSK" \ -smbios type=2 \ - -drive if=pflash,format=raw,readonly,file="$OVMF/OVMF_CODE.fd" \ + -drive if=pflash,format=raw,readonly=on,file="$OVMF/OVMF_CODE.fd" \ -drive if=pflash,format=raw,file="$OVMF/OVMF_VARS-1024x768.fd" \ -vga qxl \ -device ich9-intel-hda -device hda-output \