Skip to content

Commit

Permalink
Merge pull request #1406 from cmspam/patch-2
Browse files Browse the repository at this point in the history
incus/internal/server/instance/drivers/: Fix incorrect Vars file mapping in edk2 driver
  • Loading branch information
stgraber authored Nov 22, 2024
2 parents 98285a2 + dc88b6f commit 3f2382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/instance/drivers/edk2/driver_edk2.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var architectureInstallations = map[int][]Installation{
{Code: "edk2-x86_64-code.fd", Vars: "edk2-i386-vars.fd"},
},
SECUREBOOT: {
{Code: "ovmf-x86_64-ms-4m-vars.bin", Vars: "ovmf-x86_64-ms-4m-code.bin"},
{Code: "ovmf-x86_64-ms-4m-code.bin", Vars: "ovmf-x86_64-ms-4m-vars.bin"},
{Code: "ovmf-x86_64-ms-code.bin", Vars: "ovmf-x86_64-ms-vars.bin"},
{Code: "edk2-x86_64-secure-code.fd", Vars: "edk2-i386-vars.fd"},
},
Expand Down

0 comments on commit 3f2382e

Please sign in to comment.