Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EFI host creation #134

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Implement EFI host creation #134

wants to merge 2 commits into from

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    fc2674f View commit details
    Browse the repository at this point in the history
  2. Implement EFI host creation

    This implements EFI host creation by specifying the os_firmware
    attribute to be efi. It's also possible to set the os_loader attribute
    to secure (for UEFI secure boot) or stateless (for AMD SEV). Both secure
    and stateless imply the os_firmware to be efi.
    ekohl committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d1c1162 View commit details
    Browse the repository at this point in the history