X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=7de9a27f84cd8252391fd6b0f7c7af33a95f2a2f;hp=8c988c906e20d743233c73faf44bd5a9bc0cf33f;hb=a6478ca712353a2fa3a20c299862ffc65ce4c4c4;hpb=598e9cac04afbc57f2ea508312fc99411f561d3a diff --git a/grml-debootstrap b/grml-debootstrap index 8c988c9..7de9a27 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -4,13 +4,13 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Okt 06 18:01:53 CEST 2007 [mika] +# Latest change: Mit Mär 26 22:44:03 CET 2008 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/index.html.en set -e # exit on any error -VERSION='0.11' +VERSION='0.17' # source core functions {{{ . /etc/grml/lsb-functions @@ -77,7 +77,7 @@ while [ "$#" -gt "0" ] ; do shift GROOT=$1 ;; - --release) + -r|--release) shift RELEASE=$1 ;;