Fix typo in grml-repos code; use new stages in chroot-script as well now
[grml-debootstrap.git] / zsh-completion
1 # Filename:      /etc/zsh/completion.d/_grml-debootstrap
2 # Purpose:       zsh completion for grml-debootstrap
3 # Authors:       grml-team (grml.org), (c) Frank Terbeck <ft@grml.org>, (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Mon Apr 16 23:02:57 CEST 2007 [mika]
7 ################################################################################
8
9 #compdef grml-debootstrap
10
11 _arguments -s                                                                                   \
12   '(-h --help)'{-h,--help}'[this help text]:'                                                   \
13   '(-v --version)'{-v,--version}'[display version information]:'                                \
14   '(-m --mirror)'{-m,--mirror}'[specify mirror for apt{-get,itude}]:mirror'                     \
15   '(-p --mntpoint)'{-p,--mntpoint}'[mountpoint for the target system]:mount point:_path_files'  \
16   '(-r --release)'{-r,--release}'[specify the release name of the new system]:release'          \
17   '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \
18   '--grub[installation device for grub]:grub syntax'                                            \
19   '--groot[root device for usage in grub]:grub syntax'                                          \
20   '--password[specify password for root user]'                                                  \
21   '--boot_append[appendline for kernel]'
22
23 ## END OF FILE #################################################################
24 # vim:ft=zsh