lxc / incus

Powerful system container and virtual machine manager
https://linuxcontainers.org/incus
Apache License 2.0
2.78k stars 224 forks source link

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

Closed cmspam closed 16 hours ago

cmspam commented 17 hours ago

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.

stgraber commented 16 hours ago

Thanks!