]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: fix descriptions in discoverable partitions
authorAlyssa Ross <hi@alyssa.is>
Sat, 27 Nov 2021 12:10:38 +0000 (12:10 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 27 Nov 2021 13:46:35 +0000 (13:46 +0000)
commitf000edf9ea17222d503ba5fb8972e6e5a27c745b
treee38d76d8e316a039e19579ccb5927d1b3a686129
parentf5caacec1c5b5701ba1d17f75983bf27aad54d7e
docs: fix descriptions in discoverable partitions

00db9a114e ("docs: generate table from header using a script") got the
descriptions for the partition types mixed up.  After that change, the
spec claimed, for example, that the /usr partition should contain
"dm-verity integrity hash data for the matching root partition", and
that the /usr verity partition should be of type "Any native, optionally
in LUKS".  This made the spec an extremely confusing read before I
figured out what must have happened!

I've gone through the table as it existed prior to 00db9a114e, and moved
the descriptions around in the script that generates the table until
they matched up with what they used to be.  Then I regenerated the
table from the fixed script.
docs/DISCOVERABLE_PARTITIONS.md
tools/list-discoverable-partitions.py