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:
Julian Stecklina 2023-02-02 17:57:31 +01:00
parent 788e1d9fb6
commit f3ede28eac
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ in
src = "bootspec.get('kernel')"; src = "bootspec.get('kernel')";
dst = "convert_to_esp(bootspec.get('kernel'))"; dst = "convert_to_esp(bootspec.get('kernel'))";
}; };
appendCrap = true;
}; };
specialisation = mkSecureBootTest { specialisation = mkSecureBootTest {