bootctl: unlink and cleanup functions
authorLudwig Nussel <ludwig.nussel@suse.de>
Thu, 8 Dec 2022 15:27:31 +0000 (16:27 +0100)
committerLudwig Nussel <ludwig.nussel@suse.de>
Thu, 19 Jan 2023 13:24:43 +0000 (14:24 +0100)
commit8702496bfb0205764569782a9a2ebd11fd80e5e8
tree1b610c546c1ef4fb3422341430edab09bf5873f3
parent1132fd73b32a06c6349f20c0cfb235cc854a1a3a
bootctl: unlink and cleanup functions

The unlink command removes an entry from the ESP including
referenced files that are not referenced in other entries. That is
useful eg to have multiple entries that use the same kernel with
different options.

The cleanup command removes all files that are not referenced by any
entry.
man/bootctl.xml
meson.build
shell-completion/bash/bootctl
shell-completion/zsh/_bootctl
src/boot/bootctl-status.c
src/boot/bootctl-status.h
src/boot/bootctl.c
src/boot/bootctl.h
src/kernel-install/90-loaderentry.install.in
src/kernel-install/test-kernel-install.sh
src/test/meson.build