]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: expose --esp-path/--boot-path/--make-entry-directory via Varlink (#42838)
authorLennart Poettering <lennart@amutable.com>
Thu, 2 Jul 2026 19:56:57 +0000 (21:56 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 19:56:57 +0000 (21:56 +0200)
The Install/Unlink/Link/LinkAuto Varlink methods always auto-discover
the ESP and XBOOTLDR partitions and Install always runs
make-entry-directory in auto mode, so IPC callers cannot match what the
CLI verbs do with `--esp-path`, `--boot-path` and
`--make-entry-directory`. Add optional `espPath`, `xbootldrPath` and
`makeEntryDirectory` parameters that feed into the same code paths the
CLI already uses.


Trivial merge