mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-19 07:14:22 +01:00
runtime: suppport split firmware
firmware can be split into FIRMWARE_VARS.fd (UEFI variables as configuration) and FIRMWARE_CODE.fd (UEFI program image). UEFI variables can be customized per each user while UEFI code is kept same. fixes #3583 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -488,8 +488,9 @@ func TestAssetPath(t *testing.T) {
|
||||
ImagePath: "/" + "io.katacontainers.config.hypervisor.image",
|
||||
InitrdPath: "/" + "io.katacontainers.config.hypervisor.initrd",
|
||||
|
||||
FirmwarePath: "/" + "io.katacontainers.config.hypervisor.firmware",
|
||||
JailerPath: "/" + "io.katacontainers.config.hypervisor.jailer_path",
|
||||
FirmwarePath: "/" + "io.katacontainers.config.hypervisor.firmware",
|
||||
FirmwareVolumePath: "/" + "io.katacontainers.config.hypervisor.firmware_volume",
|
||||
JailerPath: "/" + "io.katacontainers.config.hypervisor.jailer_path",
|
||||
}
|
||||
|
||||
for _, asset := range types.AssetTypes() {
|
||||
|
||||
Reference in New Issue
Block a user