Skip to content

Commit 810708c

Browse files
committed
Add openSUSE location for UEFI firmware
Signed-off-by: Jan Dubois <[email protected]>
1 parent 98b4452 commit 810708c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/qemu/qemu.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ func getFirmware(qemuExe string, arch limayaml.Arch) (string, error) {
386386
case limayaml.X8664:
387387
// Debian package "ovmf"
388388
candidates = append(candidates, "/usr/share/OVMF/OVMF_CODE.fd")
389+
// openSUSE package "qemu-ovmf-x86_64"
390+
candidates = append(candidates, "/usr/share/qemu/ovmf-x86_64-code.bin")
389391
case limayaml.AARCH64:
390392
// Debian package "qemu-efi-aarch64"
391393
candidates = append(candidates, "/usr/share/qemu-efi-aarch64/QEMU_EFI.fd")

0 commit comments

Comments
 (0)