]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: add a very basic varlink interface (#39072)
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Sep 2025 08:46:50 +0000 (10:46 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 08:46:50 +0000 (10:46 +0200)
This is split out of https://github.com/systemd/systemd/pull/38764.

It adds a very basic Varlink API to repart. Not the actual
repartitioning APIs, but simply a call to get a list of candidate
devices.

A very basic test case is added too.

Other commits from #38764 add the repartitioning API, but let's do that
in a separate PR.


Trivial merge