]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: rename install_variables/remove_variables to install/remove_boot_option
authorClayton Craft <clayton@craftyguy.net>
Tue, 12 May 2026 17:47:17 +0000 (10:47 -0700)
committerClayton Craft <clayton@craftyguy.net>
Thu, 21 May 2026 18:26:59 +0000 (11:26 -0700)
commit1027cbd8ae6a01799e8f4c002a2d46ee3a8043a9
tree09951e70752bb62e6de7c7aa76722d245a7bd519
parenta2ba538ead5630394a0407ef7b4317c12e1b6b84
bootctl: rename install_variables/remove_variables to install/remove_boot_option

These functions install or remove a single EFI Boot#### entry, not
"all variables," so this renames them to better reflect what they do.
src/bootctl/bootctl-install.c