From: Lennart Poettering Date: Tue, 21 Oct 2025 11:32:39 +0000 (+0200) Subject: dissect-image: explain one more error X-Git-Tag: v259-rc1~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e5e00d458930f474326faf359d1109d62fd4f0;p=thirdparty%2Fsystemd.git dissect-image: explain one more error --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index f5f3c8dfe82..2166af2e7e9 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -3139,6 +3139,7 @@ int dissected_image_decrypt( * -EDESTADDRREQ → dm-verity: there's something to setup but no signature was supplied * -EBUSY → dm-verity: Generic Verity error (kernel is not very explanatory) * -ERFKILL → image policy not compatible with request + * -EEXIST → DM device already exists under the specified name */ if (verity && verity->root_hash && verity->root_hash_size < sizeof(sd_id128_t))