Move the kernels somewhere else #114
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
review-next
security
stub
tool
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: raito/lanzaboote#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since we don't sign them anymore but still place them where
sbctl
expects them, they get marked as unsigned:We should probably put them where they don't get found by
sbctl
so users aren't alarmed by the red cross in their shells. (cc @blitz we talked about this)This would be very nice from a documentation perspective. @nikstur Do you think this makes sense?
From the man page:
I don't think we can escape
sbctl
. There isnot muchnothing we can do about it. sbctl checks if a file on the ESP contains the stringMZ
as the first two bytes and then checks if it is signed. See https://github.com/Foxboron/sbctl/blob/master/cmd/sbctl/verify.go#L34