linux: intel VMCoreInfo: Fix bug introduced in last commit reverting the layer metadata dict

This commit is contained in:
Gustavo Moreira
2024-11-22 22:40:53 +11:00
parent 41d2e924d1
commit bbd2f9bc37
+1 -1
View File
@@ -111,7 +111,7 @@ class LinuxIntelStacker(interfaces.automagic.StackerLayerInterface):
context,
config_path=config_path,
name=new_layer_name,
metadata={os: "Linux"},
metadata={"os": "Linux"},
)
layer.config["kernel_virtual_offset"] = aslr_shift