Replace initrd-tools with initramfs-tools
[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 # Latest change: Mon Apr 23 13:03:08 CEST 2007 [mika]
9 ################################################################################
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