-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libvirt: Add the option of EFI firmware support for mkosi
- The packer build doesn't want a custom firmware, so we can't easily keep the default to be ovmf. Instead reverse the logic and set it as blank unless provided. - In order to preserve the existing behaviour set the kustomization.yaml with the old default and update the packer e2e testing to comment it out - Also rename to LIBVIRT_EFI_FIRMWARE to clarify that it's explicitly used for EFI firmware - If the EFI firmware path is set, then set domain firmware to efi and set the device disk to sata & sdb as mkosi needs sata and packer needs IDE. In future once we drop packer we can potentially simplify this. Signed-off-by: stevenhorsman <[email protected]>
- Loading branch information
1 parent
776590b
commit c92e88f
Showing
4 changed files
with
37 additions
and
3 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
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