mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
uefi: add non-deprecated Fedora paths for OVMF w/ secboot
Add new paths for the Secure Boot variant of OVMF as found in Fedora.
This commit is contained in:
@@ -52,6 +52,12 @@ let firmware = [
|
||||
"/usr/share/edk2/ovmf/OVMF_VARS.fd",
|
||||
[];
|
||||
|
||||
"x86_64",
|
||||
"/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd",
|
||||
None,
|
||||
"/usr/share/edk2/ovmf/OVMF_VARS.fd",
|
||||
[ "UEFI_FLAG_SECURE_BOOT_REQUIRED" ];
|
||||
|
||||
"x86_64",
|
||||
"/usr/share/qemu/ovmf-x86_64-code.bin",
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user