From: Lennart Poettering Date: Thu, 13 Mar 2025 13:14:56 +0000 (+0100) Subject: bootctl: make sure bootctl --image= works on image with /usr/ but without / (#36727) X-Git-Tag: v258-rc1~1086 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cca655dcbf0c4ec27316b9324520c4624b38fb98;p=thirdparty%2Fsystemd.git bootctl: make sure bootctl --image= works on image with /usr/ but without / (#36727) ``` Let's make sure we can use the tool on ParticleOS images. They have no root fs by default (until they are instantiated), but always have /usr/. Hence add DISSECT_IMAGE_USR_NO_ROOT which has the desired effect. ``` --- cca655dcbf0c4ec27316b9324520c4624b38fb98