Skip to content

Commit 2ba17ab

Browse files
committed
Fix Packer build for QEMU 7+
1 parent a940338 commit 2ba17ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packer/ubuntu-kvm.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
"qemuargs": [
3131
[ "-bios", "/usr/share/qemu-efi-aarch64/QEMU_EFI.fd" ],
3232
[ "-boot", "strict=off" ],
33-
[ "-vga", "vmware" ],
3433
[ "-cpu", "host" ],
3534
[ "-display", "gtk" ],
3635
[ "-device", "virtio-rng-pci" ],
37-
[ "-device", "virtio-gpu-pci" ],
36+
[ "-device", "virtio-gpu" ],
3837
[ "-device", "nec-usb-xhci,id=xhci" ],
3938
[ "-device", "usb-kbd,bus=xhci.0" ],
4039
[ "-device", "usb-tablet,bus=xhci.0" ]

0 commit comments

Comments
 (0)