X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap.clp;h=496626c4a785815d15176a5dca1cab787fc1be64;hp=b617cd1cd5c328e6cf5d524d7545e6c6254432f9;hb=d722e05c29b53a6325bc15130e5b9e8c52982500;hpb=64e92e2959ac462c7b94a675ebb4fa3dc9e3a191;ds=sidebyside diff --git a/grml-debootstrap.clp b/grml-debootstrap.clp index b617cd1..496626c 100644 --- a/grml-debootstrap.clp +++ b/grml-debootstrap.clp @@ -1,23 +1,16 @@ # -*- shell-script -*- - -# -# shell script command line parameter-processing for: -# -# grml-debootstrap - wrapper around debootstrap for installing plain Debian via -# grml -# -# @Author: Tong SUN -# @Release: $Revision: 1.3 $ -# @HomeURL: http://xpt.sourceforge.net/ -# - +# Filename: grml-debootstrap.clp +# Purpose: shell script command line parameter-processing for grml-debootstrap +# Authors: grml-team (grml.org), Tong Sun +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2 or any later version. +################################################################################ # @WARNING: Do NOT modify this file without prior contacting the author. # This script is use for the command line *logic* processing. It should be # as dumb as possible. I.e., it should NOT be more complicated than # copy-paste-and-rename from existing code. All *business-logic* processing # should be handled in the main script, where it belongs. - - +################################################################################ _opt_temp=`getopt --name grml-debootstrap -o +m:i:r:t:p:c:d:vhV --long \ mirror:,iso:,release:,target:,mntpoint:,debopt:,interactive,nodebootstrap,config:,confdir:,packages::,debconf::,keep_src_list,hostname:,password:,bootappend:,groot:,grub:,verbose,help,version \ @@ -113,5 +106,4 @@ while :; do shift done - -# End +## END OF FILE #################################################################