]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: accept makeEntryDirectory in Install Varlink method 42838/head
authorr-vdp <ramses@well-founded.dev>
Wed, 1 Jul 2026 12:21:43 +0000 (14:21 +0200)
committerr-vdp <ramses@well-founded.dev>
Thu, 2 Jul 2026 15:34:26 +0000 (17:34 +0200)
commite2cda710c1b360cfbea3c43b1fcb49def4cf4678
treedbd237fd8c0338b63e1fdfd6a0d623c7be0aae9f
parentca7fd21cf34a7c697e49d78eb58393adb5282ac6
bootctl: accept makeEntryDirectory in Install Varlink method

The CLI defaults --make-entry-directory to off and lets callers opt in
or request auto mode. The Varlink Install method always ran in auto
mode with no way to override it. Expose the tri-state so IPC callers
can match the CLI behaviour.
src/bootctl/bootctl-install.c
src/shared/varlink-io.systemd.BootControl.c
test/units/TEST-87-AUX-UTILS-VM.bootctl.sh