Fix configuration file handling inside chroot, support /etc/hosts, remove stages...
[grml-debootstrap.git] / zsh-completion
index a72f544..0f6f366 100644 (file)
@@ -1,5 +1,12 @@
 #compdef grml-debootstrap
 #compdef grml-debootstrap
-# vim:ft=zsh
+
+# Filename:      /etc/zsh/completion.d/_grml-debootstrap
+# Purpose:       zsh completion for grml-debootstrap
+# Authors:       grml-team (grml.org), (c) Frank Terbeck <ft@grml.org>, (c) Michael Prokop <mika@grml.org>
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2.
+# Latest change: Mon Apr 23 13:03:08 CEST 2007 [mika]
+################################################################################
 
 _arguments -s                                                                                   \
   '(-h --help)'{-h,--help}'[this help text]:'                                                   \
 
 _arguments -s                                                                                   \
   '(-h --help)'{-h,--help}'[this help text]:'                                                   \
@@ -10,5 +17,8 @@ _arguments -s
   '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \
   '--grub[installation device for grub]:grub syntax'                                            \
   '--groot[root device for usage in grub]:grub syntax'                                          \
   '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \
   '--grub[installation device for grub]:grub syntax'                                            \
   '--groot[root device for usage in grub]:grub syntax'                                          \
-  '--password[specify password for root user]'
+  '--password[specify password for root user]'                                                 \
+  '--boot_append[appendline for kernel]'
 
 
+## END OF FILE #################################################################
+# vim:ft=zsh