Skip to content

Commit

Permalink
Merge pull request #733 from Junnplus/arch-efi
Browse files Browse the repository at this point in the history
Add ovmf candidates for archlinux
  • Loading branch information
AkihiroSuda authored Mar 14, 2022
2 parents a156bdd + a8e990f commit ff72c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/qemu/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ func getFirmware(qemuExe string, arch limayaml.Arch) (string, error) {
candidates = append(candidates, "/usr/share/OVMF/OVMF_CODE.fd")
// openSUSE package "qemu-ovmf-x86_64"
candidates = append(candidates, "/usr/share/qemu/ovmf-x86_64-code.bin")
// Archlinux package "edk2-ovmf"
candidates = append(candidates, "/usr/share/edk2-ovmf/x64/OVMF_CODE.fd")
case limayaml.AARCH64:
// Debian package "qemu-efi-aarch64"
candidates = append(candidates, "/usr/share/AAVMF/AAVMF_CODE.fd")
Expand Down

0 comments on commit ff72c3a

Please sign in to comment.