Add option --sshcopyid to authorise root login
[grml-debootstrap.git] / zsh-completion
1 #compdef grml-debootstrap
2
3 # Filename:      /usr/share/zsh/vendor-completions/_grml-debootstrap
4 # Purpose:       zsh completion for grml-debootstrap
5 # Authors:       grml-team (grml.org), (c) Frank Terbeck <ft@grml.org>, (c) Michael Prokop <mika@grml.org>
6 # Bug-Reports:   see https://grml.org/bugs/
7 # License:       This file is licensed under the GPL v2.
8 ################################################################################
9
10 _arguments -s                                                                                   \
11   '(-h --help)'{-h,--help}'[display usage information]:'                                        \
12   '(-v --version)'{-v,--version}'[display version information]:'                                \
13   '(-m --mirror)'{-m,--mirror}'[specify Debian mirror]:mirror'                                  \
14   '(-r --release)'{-r,--release}'[specify the release name of the new system]:release'          \
15   '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \
16   '--hostname[specify hostname for target system]:hostname'                                     \
17   '--grub[installation device for grub]:device or directory:_path_files'                        \
18   '--password[specify password for root user]:password'                                         \
19   '--bootappend[appendline for kernel]:kernel-options'
20
21 ## END OF FILE #################################################################
22 # vim:ft=zsh