]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: remove fallback EFI Boot#### variable on uninstall 41650/head
authorClayton Craft <clayton@craftyguy.net>
Thu, 30 Apr 2026 03:32:19 +0000 (20:32 -0700)
committerClayton Craft <clayton@craftyguy.net>
Thu, 21 May 2026 18:30:46 +0000 (11:30 -0700)
commit301b4193a0f595008699b8f191bd23dfa3cb4b4b
tree1df1eea6bf1818ba06bd7b465c22e1de51afc5e6
parent6e0ebe437bc2281db5caa6c3c066badb00afb71f
bootctl: remove fallback EFI Boot#### variable on uninstall

This cleans up the fallback Boot#### entry that was registered on
install. The logic cleaning up variables was moved from verb_remove into
a new remove_variables function, which mirrors the install side.
src/bootctl/bootctl-install.c