From: Lennart Poettering Date: Thu, 2 Jul 2026 19:56:57 +0000 (+0200) Subject: bootctl: expose --esp-path/--boot-path/--make-entry-directory via Varlink (#42838) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b19ef189ee263140b6c7fdcff113881c07845ad9;p=thirdparty%2Fsystemd.git bootctl: expose --esp-path/--boot-path/--make-entry-directory via Varlink (#42838) 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. --- b19ef189ee263140b6c7fdcff113881c07845ad9