mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
shell-completion: drop deprecated systemd-efi-options from suggestions
This commit is contained in:
committed by
Luca Boccassi
parent
e43efecc8f
commit
9fa08842b7
@@ -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'
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user