-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use the qemu official firmware descriptions to look up OVMF firmware instead of having our own homegrown logic. - Add QemuFirmware=uefi-secure-boot to explicitly look for firmware with secure boot support - Add QemuFirmwareVariables=microsoft to use OVMF variables with Microsoft keys enrolled - Add QemuFirmwareVariables=custom to enroll the certificate from SecureBootCertificate= into the OVMF variables
- Loading branch information
1 parent
046def3
commit 181dac2
Showing
7 changed files
with
168 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ Packages= | |
squashfs-tools | ||
systemd-ukify | ||
ubuntu-keyring | ||
virt-firmware | ||
xz |
Oops, something went wrong.