mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
virtinst: Support paths to SUSE OVMF firmwares
Extend the domcapabilities regex to include SUSE's OVMF file naming convention. Signed-off-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
parent
67dcfb9534
commit
1c221fd034
@ -101,6 +101,7 @@ class DomainCapabilities(XMLBuilder):
|
||||
"x86_64": [
|
||||
".*OVMF_CODE\.fd", # RHEL
|
||||
".*ovmf-x64/OVMF.*\.fd", # gerd's firmware repo
|
||||
".*ovmf-x86_64-.*", # SUSE
|
||||
],
|
||||
"aarch64": [
|
||||
".*AAVMF_CODE\.fd", # RHEL
|
||||
|
Loading…
Reference in New Issue
Block a user