Skip to content

Commit

Permalink
incusd/internal/server/instance/drivers: Add support for Chimera Linu…
Browse files Browse the repository at this point in the history
…x edk2 pkg file names

Signed-off-by: Mike Watkins <git@mikewatkins.ca>
  • Loading branch information
mwyvr committed Oct 11, 2024
1 parent dc287b6 commit 1c64a0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/server/instance/drivers/edk2/driver_edk2.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,16 @@ var architectureInstallations = map[int][]Installation{
GENERIC: {
{Code: "ovmf-x86_64-4m-code.bin", Vars: "ovmf-x86_64-4m-vars.bin"},
{Code: "ovmf-x86_64.bin", Vars: "ovmf-x86_64-code.bin"},
{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-code.bin", Vars: "ovmf-x86_64-ms-vars.bin"},
{Code: "edk2-x86_64-secure-code.fd", Vars: "edk2-i386-vars.fd"},
},
CSM: {
{Code: "seabios.bin", Vars: "seabios.bin"},
{Code: "bios.bin", Vars: "bios.bin"},
},
},
}, {
Expand Down

0 comments on commit 1c64a0b

Please sign in to comment.