Skip to content

Commit

Permalink
amend! secboot: use uuid of luks2 instead of partition
Browse files Browse the repository at this point in the history
secboot: use uuid of luks2 instead of partition

`by-partuuid` does not make much sense because it uselessly assumes
that it is a partition. Conceptually we should not care about it.  It
also makes the resolution more complex as we need to fetch information
about the device which we do not really need at this point.

It is more common to resolve by filesystem UUID than part UUID. For
instance cryptsetup accepts path as
`UUID=deadbeef-dead-dead-dead-deaddeafbeef`. But it does not accept
this kind of syntax for partitions.
  • Loading branch information
valentindavid committed Sep 30, 2024
1 parent 2acc11a commit c53f1be
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c53f1be

Please sign in to comment.