Skip to content

Commit

Permalink
Clarify explanation of Verity= option
Browse files Browse the repository at this point in the history
This clarifies that the "auto" value for the verity option
only really makes sense for extension images.
  • Loading branch information
septatrix committed Oct 10, 2024
1 parent 2469e6d commit d5d38bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkosi/resources/man/mkosi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1136,9 +1136,9 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
certificate must be present and the build will fail if we don't
detect any verity partitions in the disk image produced by
systemd-repart. If disabled, verity partitions will be excluded from
disk images produced by systemd-repart even if the partition
definitions contain verity partitions. If set to `auto`, the verity
key and certificate will be passed to systemd-repart if available,
the extension images produced by systemd-repart. If set to `auto` and
a verity key and certificate are present, mkosi will pass them to systemd-repart
and expects the generated disk image to contain verity partitions,
but the build won't fail if no verity partitions are found in the
disk image produced by systemd-repart.

Expand Down

0 comments on commit d5d38bf

Please sign in to comment.