Skip to content

Commit 3c4a7f3

Browse files
author
Dennis Rasey
committed
Add new Debian testing UEFI firmware file
Signed-off-by: Dennis Rasey <[email protected]>
1 parent 2cd48d0 commit 3c4a7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/qemu/qemu.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,7 @@ func getFirmware(qemuExe string, arch limayaml.Arch) (string, error) {
11291129
case limayaml.X8664:
11301130
// Debian package "ovmf"
11311131
candidates = append(candidates, "/usr/share/OVMF/OVMF_CODE.fd")
1132+
candidates = append(candidates, "/usr/share/OVMF/OVMF_CODE_4M.fd")
11321133
// openSUSE package "qemu-ovmf-x86_64"
11331134
candidates = append(candidates, "/usr/share/qemu/ovmf-x86_64-code.bin")
11341135
// Archlinux package "edk2-ovmf"

0 commit comments

Comments
 (0)