Replies: 1 comment 3 replies
-
The mkinitcpio hook should only sign the kernel or the UKI image. Why are you getting two things signed? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When
sbctl
is run as a post hook frominitramfs
or UKI generation, the kernel ends up being passed as a parameter. Because I am making a signed UKI, I don't want the kernel to be signed, but the kernel is not saved in the list of files to be signed (sbctl list-files
), so I cannot remove it from there to prevent signing it.While I believe it should be the responsibility of the generation tool to provide the correct files for signing, I don't think it will be easy to change the behavior of
mkinitcpio
, but perhaps there's a way to avoid having the kernel be signed bysbctl
that I am missing?Beta Was this translation helpful? Give feedback.
All reactions