Skip to content

Commit cb19173

Browse files
authored
Merge pull request #2124 from DennisRasey/fix_debian_UEFI_firmware_name
Add new Debian testing/trixie UEFI firmware file
2 parents 833fc72 + 3c4a7f3 commit cb19173

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)