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

incus/internal/server/instance/drivers/: Fix incorrect Vars file mapping in edk2 driver #1406

Merged
merged 1 commit into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. Fix incorrect Vars file mapping in edk2 driver

    The Vars file mappings in the edk2 driver were incorrect for the SECUREBOOT usage. The previous mapping for "ovmf-x86_64-ms-4m-vars.bin" and "ovmf-x86_64-ms-4m-code.bin" was swapped. This commit corrects the mapping by ensuring the proper Vars files are associated with their respective Code files. The change solves an issue in distributions using these file names, such as openSUSE.
    
    Signed-off-by: cmspam <[email protected]>
    cmspam authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    dc88b6f View commit details
    Browse the repository at this point in the history