From 9fa08842b7ea28940b9841a40b211090394c081e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 28 Jul 2025 13:22:20 +0200 Subject: [PATCH] shell-completion: drop deprecated systemd-efi-options from suggestions --- shell-completion/bash/bootctl | 3 +-- shell-completion/zsh/_bootctl | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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" -- 2.47.3