]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: drop deprecated systemd-efi-options from suggestions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 28 Jul 2025 11:22:20 +0000 (13:22 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 28 Jul 2025 18:08:50 +0000 (19:08 +0100)
shell-completion/bash/bootctl
shell-completion/zsh/_bootctl

index 90c7cccb3466ef55dcd5568b3a2ad54291e19046..a06a93e8c2bb9a9be1077f02a0ef7927e519b764 100644 (file)
@@ -70,8 +70,7 @@ _bootctl() {
     fi
 
     local -A VERBS=(
-        # systemd-efi-options takes an argument, but it is free-form, so we cannot complete it
-        [STANDALONE]='help status install update remove is-installed random-seed systemd-efi-options list set-timeout set-timeout-oneshot cleanup'
+        [STANDALONE]='help status install update remove is-installed random-seed list set-timeout set-timeout-oneshot cleanup'
         [BOOTENTRY]='set-default set-oneshot unlink'
         [BOOLEAN]='reboot-to-firmware'
         [FILE]='kernel-identify kernel-inspect'
index 3f7f4b5c86c050f86ec0c80b034b543356e47ce7..8dd23bdfd88ebdff3bb23b6dd2ba833c56dd1d3e 100644 (file)
@@ -45,7 +45,6 @@ _bootctl_reboot-to-firmware() {
         "remove:Remove systemd-boot from the ESP and EFI variables"
         "is-installed:Test whether systemd-boot is installed in the ESP"
         "random-seed:Initialize random seed in ESP and EFI variables"
-        "systemd-efi-options:Query or set system options string in EFI variable"
         "reboot-to-firmware:Query or set reboot-to-firmware EFI flag"
         "list:List boot loader entries"
         "set-default:Set the default boot loader entry"