]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: make sure bootctl --image= works on image with /usr/ but without / (#36727)
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Mar 2025 13:14:56 +0000 (14:14 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 13:14:56 +0000 (14:14 +0100)
```
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.
```


Trivial merge