]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/dissect-image.c
dissect-image: mangle discovered /usr/ partition data, even if we found a root partition
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Sep 2021 09:12:23 +0000 (11:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Sep 2021 12:15:32 +0000 (14:15 +0200)
commit4ab51780c35ceb927c864c85b34cddb2f02cd72e
tree9b2e404c960b77eee7441486800a1f0e7284cce9
parent0903fd268324fda1de615d621975aae27b53aa56
dissect-image: mangle discovered /usr/ partition data, even if we found a root partition

Previously, we'd clean up discovered /usr/ partition data only if we did
not find a root partition. Given that we allow combinations of root and
/usr partitions clean things up in both cases however.
src/shared/dissect-image.c