ensure --chroot-scripts always works
[grml-debootstrap.git] / zsh-completion
1 #compdef grml-debootstrap
2
3 # Filename:      /etc/zsh/completion.d/_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 http://grml.org/bugs/
7 # License:       This file is licensed under the GPL v2.
8 ################################################################################
9
10 _arguments -s                                                                                   \
11   '(-h --help)'{-h,--help}'[this help text]:'                                                   \
12   '(-v --version)'{-v,--version}'[display version information]:'                                \
13   '(-m --mirror)'{-m,--mirror}'[specify mirror for apt{-get,itude}]:mirror'                     \
14   '(-p --mntpoint)'{-p,--mntpoint}'[mountpoint for the target system]:mount point:_path_files'  \
15   '(-r --release)'{-r,--release}'[specify the release name of the new system]:release'          \
16   '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \
17   '--grub[installation device for grub]:grub syntax'                                            \
18   '--groot[root device for usage in grub]:grub syntax'                                          \
19   '--password[specify password for root user]'                                                  \
20   '--bootappend[appendline for kernel]'
21
22 ## END OF FILE #################################################################
23 # vim:ft=zsh