]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: Use blkpg partitions instead of loop devices when possible
authorValentin David <me@valentindavid.com>
Thu, 12 Mar 2026 22:14:34 +0000 (23:14 +0100)
committerValentin David <me@valentindavid.com>
Tue, 12 May 2026 16:31:22 +0000 (18:31 +0200)
commit0ef08242016dd1d6cd2ed79c83460e8853c29d31
treecf57ee9a13632f6db7d011720355d83d66f73bf7
parent3ac8bd0e97c4e3991c8d79df60549a4aee0f88ae
repart: Use blkpg partitions instead of loop devices when possible

We will want to allow future features to keep some devices mounted or
active. So in order to avoid leaving a mess of many loop devices, we can
just already use the partition block device already.
src/repart/repart.c