]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: add parameter to attach offline verity signatures 36405/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 3 Feb 2025 15:05:46 +0000 (16:05 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 19 Feb 2025 16:26:05 +0000 (16:26 +0000)
commit09fd125059e42e3bdbbb79e8c0eaf9456b3ff486
treeeb68fc8b66848cbed3707f4db85a5a2b45dd7861
parentb7a2f8715e86511107d56cffb3f4d26b98c23468
repart: add parameter to attach offline verity signatures

Add --join-signature=hash:sig - when a verity signature partition
has been deferred in a previous run, this allows attaching a signature
that was created offline, for example on a build system like OBS where
the private key is not available to the build process.

Can be specified multiple times, the right partition to act upon will
be selected by matching the data+verity partitions UUIDs with the
provided roothash(es)
man/systemd-repart.xml
src/repart/repart.c
test/units/TEST-58-REPART.sh