mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 11:39:42 +01:00
Changing deprecated "readonly" by "readonly=on"
This commit is contained in:
parent
527588d5a2
commit
d933765be4
1 changed files with 1 additions and 1 deletions
2
basic.sh
2
basic.sh
|
@ -14,7 +14,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 \
|
-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" \
|
-device isa-applesmc,osk="$OSK" \
|
||||||
-smbios type=2 \
|
-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" \
|
-drive if=pflash,format=raw,file="$OVMF/OVMF_VARS-1024x768.fd" \
|
||||||
-vga qxl \
|
-vga qxl \
|
||||||
-device ich9-intel-hda -device hda-output \
|
-device ich9-intel-hda -device hda-output \
|
||||||
|
|
Loading…
Reference in a new issue