X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=c443cd1f46096d1c07516dbb67fba805cdb1f165;hb=11fd80a246f79b851b0a98881e105563734d5325;hp=ef840f674c86f54141e83d5575f85e1d38bd5cdc;hpb=61048123d869bd74b6f05ee2995a736078716eb2;p=grml-live.git diff --git a/grml-live b/grml-live index ef840f6..c443cd1 100755 --- a/grml-live +++ b/grml-live @@ -463,7 +463,9 @@ if [ -z "$FORCE" ] ; then echo -n "Is this ok for you? [y/N] " read a if ! [ "$a" = 'y' -o "$a" = 'Y' ] ; then - bailout 1 "Exiting as requested." + CLEAN_ARTIFACTS=0 + echo "Exiting as requested." + exit 0 fi echo fi @@ -592,7 +594,7 @@ export SUITE # make sure it's available in FAI scripts # validate whether the specified architecture class matches the # architecture (option), otherwise installation of kernel will fail -if echo $CLASSES | grep -qi i386 ; then +if echo $CLASSES | grep -qw I386 ; then if ! [[ "$ARCH" == "i386" ]] ; then log "Error: You specified the I386 class but are trying to build something else (AMD64?)." eerror "Error: You specified the I386 class but are trying to build something else (AMD64?)."