]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: rework/modernize "unlink" and add Varlink API for it
authorLennart Poettering <lennart@amutable.com>
Fri, 10 Apr 2026 12:48:25 +0000 (14:48 +0200)
committerLennart Poettering <lennart@amutable.com>
Fri, 1 May 2026 05:10:31 +0000 (07:10 +0200)
commite68bf712be1b348ae8c13fe0e04cc1f42d57ca9e
tree2bad54e9db529b59df0d82b9594938c2659a7b2c
parent4d0f6ac5931c051871e46e98a2ff7eb37136ea57
bootctl: rework/modernize "unlink" and add Varlink API for it

Among other things this changes tracking of the location of resources
during GC from using the BootEntrySource enum rather than a path, since
we have that and it is more efficient and easier to grok.
man/bootctl.xml
shell-completion/bash/bootctl
shell-completion/zsh/_bootctl
src/bootctl/bootctl-cleanup.c
src/bootctl/bootctl-unlink.c
src/bootctl/bootctl-unlink.h
src/bootctl/bootctl.c
src/bootctl/bootctl.h
src/shared/shared-forward.h
src/shared/varlink-io.systemd.BootControl.c