ci: fix regression after Linux loader change
Now that we don't sign the kernel anymore, we need to manually invalidate its checksum.
This commit is contained in:
parent
788e1d9fb6
commit
f3ede28eac
|
@ -129,6 +129,7 @@ in
|
|||
src = "bootspec.get('kernel')";
|
||||
dst = "convert_to_esp(bootspec.get('kernel'))";
|
||||
};
|
||||
appendCrap = true;
|
||||
};
|
||||
|
||||
specialisation = mkSecureBootTest {
|
||||
|
|
Loading…
Reference in New Issue