repart: say when we are calculating Verity data

We say when we encrypt a partition, let's also say when we calculate
verity protection data.
This commit is contained in:
Lennart Poettering
2026-07-14 10:56:19 +02:00
parent 02cd3fd879
commit 628c3f25f1

View File

@@ -6006,6 +6006,9 @@ static int partition_format_verity_hash(
if (r < 0)
return r;
if (p->partno != UINT64_MAX)
log_info("Calculating Verity protection data for future partition %" PRIu64 "...", p->partno);
if (!node) {
r = partition_target_prepare(context, p, p->new_size, /* need_path= */ true, &t);
if (r < 0)