Skip to content

Commit

Permalink
incusd/instance/edk2: Add Void Linux x86_64 paths
Browse files Browse the repository at this point in the history
Signed-off-by: dkwo <nicolopiazzalunga@gmail.com>
  • Loading branch information
dkwo committed Sep 2, 2024
1 parent d9e8c38 commit cfbbe5d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions internal/server/instance/drivers/edk2/driver_edk2.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ var architectureInstallations = map[int][]Installation{
{Code: "seabios.bin", Vars: "seabios.bin"},
},
},
}, {
Path: "/usr/share/edk2/x64",
Usage: map[FirmwareUsage][]FirmwarePair{
GENERIC: {
{Code: "OVMF_CODE.4m.fd", Vars: "OVMF_VARS.4m.fd"},
{Code: "OVMF_CODE.fd", Vars: "OVMF_VARS.fd"},
},
SECUREBOOT: {
{Code: "OVMF_CODE.secure.4m.fd", Vars: "OVMF_VARS.4m.fd"},
{Code: "OVMF_CODE.secure.fd", Vars: "OVMF_VARS.fd"},
},
},
}, {
Path: "/usr/share/OVMF/x64",
Usage: map[FirmwareUsage][]FirmwarePair{
Expand Down

0 comments on commit cfbbe5d

Please sign in to comment.