Skip to content

Commit d2dde80

Browse files
committed
specify if
1 parent 0cb7db5 commit d2dde80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ source "qemu" "cloudimg" {
8484
["-device", "virtio-gpu-pci"],
8585
["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd"],
8686
["-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"],
87+
["-drive", "file=output-cloudimg/packer-cloudimg,if=virtio,format=qcow2,discard=on,detect-zeroes=unmap"],
8888
["-drive", "file=seeds-cloudimg.iso,format=raw"],
8989
["--enable-kvm"]
9090
]

0 commit comments

Comments
 (0)