Skip to content

Commit bc6fb87

Browse files
authored
Merge pull request #20 from scribam/archlinux-ovmf
Add ArchLinux edk2-ovmf to path candidates
2 parents b76b841 + 841231f commit bc6fb87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

anyvm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4524,7 +4524,8 @@ def cmd_exists(cmd):
45244524
candidates = [
45254525
"/usr/share/qemu/OVMF.fd",
45264526
"/usr/share/OVMF/OVMF_CODE.fd",
4527-
"/usr/share/ovmf/OVMF_CODE.fd"
4527+
"/usr/share/ovmf/OVMF_CODE.fd",
4528+
"/usr/share/edk2/x64/OVMF_CODE.4m.fd"
45284529
]
45294530
efi_src = ""
45304531
for c in candidates:

0 commit comments

Comments
 (0)