We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb7db5 commit d2dde80Copy full SHA for d2dde80
qemu-arm64-nix.pkr.hcl
@@ -84,7 +84,7 @@ source "qemu" "cloudimg" {
84
["-device", "virtio-gpu-pci"],
85
["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd"],
86
["-drive", "if=pflash,format=raw,id=ovmf_vars,file=AAVMF_VARS.fd"],
87
- ["-drive", "file=output-cloudimg/packer-cloudimg,format=qcow2,discard=on,detect-zeroes=unmap"],
+ ["-drive", "file=output-cloudimg/packer-cloudimg,if=virtio,format=qcow2,discard=on,detect-zeroes=unmap"],
88
["-drive", "file=seeds-cloudimg.iso,format=raw"],
89
["--enable-kvm"]
90
]
0 commit comments