diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-11 23:05:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 23:05:37 +0200 |
commit | 5c791053e3fc7f972adb1cbe108194e8ecfc9bf1 (patch) | |
tree | b22625f5051a915c259f550f30e195874a375476 /shell-completion/bash | |
parent | Merge pull request #20981 from poettering/glibc-less-internal (diff) | |
parent | bootctl: Add set-timeout verb (diff) | |
download | systemd-5c791053e3fc7f972adb1cbe108194e8ecfc9bf1.tar.xz systemd-5c791053e3fc7f972adb1cbe108194e8ecfc9bf1.zip |
Merge pull request #20776 from medhefgo/boot-timeout
sd-boot: Allow disabling timeout
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/bootctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/bootctl b/shell-completion/bash/bootctl index e61188fee9..190e3d33f5 100644 --- a/shell-completion/bash/bootctl +++ b/shell-completion/bash/bootctl @@ -57,7 +57,7 @@ _bootctl() { 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' + [STANDALONE]='help status install update remove is-installed random-seed systemd-efi-options list set-timeout set-timeout-oneshot' [BOOTENTRY]='set-default set-oneshot' [BOOLEAN]='reboot-to-firmware' ) |