Change the stacking order, to ensure Lime gets loaded before linux.

This commit is contained in:
Mike Auty
2017-07-17 22:51:42 +01:00
parent d2eef99e37
commit edcfda0688
+1 -1
View File
@@ -68,7 +68,7 @@ class LinuxSymbolFinder(interfaces.automagic.AutomagicInterface):
class LintelStacker(interfaces.automagic.StackerLayerInterface):
linux_signature = b"SYMBOL\(swapper_pg_dir\)=.*"
stack_order = 9
stack_order = 12
@classmethod
def stack(cls, context, layer_name, progress_callback = None):