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

Conversation

cmspam
Copy link
Contributor

@cmspam cmspam commented Nov 22, 2024

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.

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]>
@stgraber stgraber merged commit 3f2382e into lxc:main Nov 22, 2024
30 checks passed
@stgraber
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants