X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=3964cbd33ecbcdb849b30b7c5e87380d7aec359b;hb=1584694068d5f4a9ae8aa842721e4ad322135183;hp=49df530947bca7c37100de445f18e478c331bc00;hpb=0533a725f51aa9759cf12312cff52a50756ba47e;p=grml-live.git diff --git a/grml-live b/grml-live index 49df530..3964cbd 100755 --- a/grml-live +++ b/grml-live @@ -333,7 +333,7 @@ while getopts "a:C:c:d:D:e:g:i:I:o:r:s:t:U:v:AbBFhnNqQuVz" opt; do U) CHOWN_USER="$OPTARG" ;; V) VERBOSE="-v" ;; z) SQUASHFS_ZLIB=1 ;; - ?) echo "invalid option -$OPTARG" >&2; bailout 1 ;; + ?) echo "invalid option -$OPTARG" >&2; usage; bailout 1 ;; esac done shift $(($OPTIND - 1)) # set ARGV to the first not parsed commandline parameter @@ -617,7 +617,7 @@ fi # generate nfsroot configuration for FAI on the fly if [ -z "$FAI_DEBOOTSTRAP" ] ; then - FAI_DEBOOTSTRAP="$SUITE http://http.debian.net/debian" + FAI_DEBOOTSTRAP="$SUITE http://cdn.debian.net/debian" fi if [ -z "$FAI_DEBOOTSTRAP_OPTS" ] ; then