Automagic: Make sure Linux gets in the metadata too

This commit is contained in:
Mike Auty
2021-02-25 18:02:16 +00:00
parent b180cc163a
commit 70a94bf205
+1 -1
View File
@@ -79,7 +79,7 @@ class LinuxIntelStacker(interfaces.automagic.StackerLayerInterface):
layer = layer_class(context,
config_path = config_path,
name = new_layer_name,
metadata = {'kaslr_value': aslr_shift})
metadata = {'kaslr_value': aslr_shift, 'os': 'Linux'})
if layer and dtb:
vollog.debug("DTB was found at: 0x{:0x}".format(dtb))