From: Zbigniew Jędrzejewski-Szmek Date: Mon, 28 Jul 2025 11:22:20 +0000 (+0200) Subject: shell-completion: drop deprecated systemd-efi-options from suggestions X-Git-Tag: v258-rc2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa08842b7ea28940b9841a40b211090394c081e;p=thirdparty%2Fsystemd.git shell-completion: drop deprecated systemd-efi-options from suggestions --- diff --git a/shell-completion/bash/bootctl b/shell-completion/bash/bootctl index 90c7cccb346..a06a93e8c2b 100644 --- a/shell-completion/bash/bootctl +++ b/shell-completion/bash/bootctl @@ -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' diff --git a/shell-completion/zsh/_bootctl b/shell-completion/zsh/_bootctl index 3f7f4b5c86c..8dd23bdfd88 100644 --- a/shell-completion/zsh/_bootctl +++ b/shell-completion/zsh/_bootctl @@ -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"