Skip to content

Commit 4652dbf

Browse files
jellyallisonkarlitskaya
authored andcommitted
machine: add EFI path for Arch Linux
1 parent 00ac5a3 commit 4652dbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: machine/machine_core/machine_virtual.py

+2
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ def _start_qemu(self) -> None:
395395
'/usr/share/OVMF/OVMF_CODE.fd',
396396
# path for Ubuntu (GitHub Actions runners)
397397
'/usr/share/ovmf/OVMF.fd',
398+
# path for Arch
399+
'/usr/share/edk2/x64/OVMF.4m.fd',
398400
]
399401

400402
for path in candidates:

0 commit comments

Comments
 (0)