Skip to content

Commit

Permalink
Merge pull request #1298 from mwyvr/incusd-edk2-chimera
Browse files Browse the repository at this point in the history
incusd/internal/server/instance/drivers:  support for Chimera Linux (qemu/edk2) pkg layout
  • Loading branch information
stgraber authored Oct 20, 2024
2 parents 73dee34 + ea58dac commit ca5d5e4
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 ca5d5e4

Please sign in to comment.