From fea2518a713598802e23256f32c44c2ceb125d3d Mon Sep 17 00:00:00 2001 From: nl6720 Date: Thu, 18 Sep 2025 16:54:10 +0300 Subject: [PATCH] zsh: replace bootctl --no-variables with --variables= bbeeea43625d22d2ab92b26ed93378acbad8ca66 replaced the option in bootctl. --- shell-completion/zsh/_bootctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/zsh/_bootctl b/shell-completion/zsh/_bootctl index 8dd23bdfd88..44761285619 100644 --- a/shell-completion/zsh/_bootctl +++ b/shell-completion/zsh/_bootctl @@ -75,7 +75,6 @@ _arguments \ '(-p --print-esp-path)'{-p,--print-esp-path}'[Print path to the EFI system partition]' \ '(-x --print-boot-path)'{-x,--print-boot-path}'[Print path to the $BOOT partition]' \ '--make-machine-id-directory=[Control creation and deletion of the top-level machine ID directory.]:options:(yes no auto)' \ - '--no-variables[Do not touch EFI variables]' \ '--no-pager[Do not pipe output into a pager]' \ '--graceful[Do not fail when locating ESP or writing fails]' \ '--dry-run[Dry run (unlink and cleanup)]' \ @@ -83,4 +82,5 @@ _arguments \ '--image=[Operate on the specified image]:PATH' \ '--install-source[Where to pick files when using --root=/--image=]:options:(image host auto)' \ '--random-seed[Whether to create random-seed file during install]:options:(yes no)' \ + '--variables=[Touch EFI variables]:options:(yes no)' \ '*::bootctl command:_bootctl_commands' -- 2.47.3