Skip to content

Commit 4ecc654

Browse files
authored
Merge pull request #132 from grml/zeha/qemu-format
qemu: avoid unspecified format warning
2 parents 64cbb65 + 371e32a commit 4ecc654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/qemu/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ qemu-system-aarch64 \
5151
-cpu max \
5252
-m 2048 \
5353
-drive if=pflash,format=raw,unit=0,file.filename=/usr/share/AAVMF/AAVMF_CODE.no-secboot.fd,file.locking=off,readonly=on \
54-
-drive if=pflash,unit=1,file=efi_vars.fd \
54+
-drive if=pflash,format=raw,unit=1,file=efi_vars.fd \
5555
-monitor unix:qemu-monitor-socket,server,nowait \
5656
-cdrom ./grml-full-{{< param current_release.version >}}-arm64.iso
5757
</pre>

0 commit comments

Comments
 (0)