X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=cmdlineopts.clp;h=9d481b4cbd4ed68e70f3e270e739b4d611d06f2d;hp=acb9489abfc045b8d02f80afff9ee7a4343bfd8a;hb=91e28e76f525bc63d13b730bea3abef668628b6c;hpb=ecdab0450adbba4a475979cca7bce3807b5ab908 diff --git a/cmdlineopts.clp b/cmdlineopts.clp index acb9489..9d481b4 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Filename: grml-debootstrap.clp +# Filename: cmdlineopts.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/ @@ -13,7 +13,7 @@ ################################################################################ _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::,chroot-scripts::,scripts::,debconf::,keep_src_list,hostname:,password:,bootappend:,grub:,arch:,verbose,help,version \ + mirror:,iso:,release:,target:,mntpoint:,debopt:,interactive,nodebootstrap,config:,confdir:,packages:,chroot-scripts:,scripts:,debconf:,keep_src_list,hostname:,password:,bootappend:,grub:,arch:,insecure,verbose,help,version \ -- "$@"` if [ $? != 0 ]; then eerror "Try 'grml-debootstrap --help' for more information."; eend 1; exit 1 @@ -51,6 +51,9 @@ while :; do --arch) # Target architecutre shift; _opt_arch="$1" ;; + --insecure) + _opt_insecure=T + ;; # # == Configuration options