X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=39952b702530471097dd1011da777d4fe2003c3c;hb=89bd75c23a6ee237be1e1bc1bfb9c495d1b8861d;hp=186f092d009d9f9ebcdb0a6684875d7fc75ec439;hpb=f6dbac2bcd0321bfeba9b33a19b9a9ac2970b6ea;p=grml-live.git diff --git a/grml-live b/grml-live index 186f092..39952b7 100755 --- a/grml-live +++ b/grml-live @@ -442,7 +442,7 @@ if echo $CLASSES | grep -qi 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?)." - eerror "Tip: Either invoke grml-live with '-i i386' or adjust the architecture class. Exiting." + eerror "Tip: Either invoke grml-live with '-a i386' or adjust the architecture class. Exiting." eend 1 bailout fi @@ -450,7 +450,7 @@ elif echo $CLASSES | grep -qi amd64 ; then if ! [[ "$ARCH" == "amd64" ]] ; then log "Error: You specified the AMD64 class but are trying to build something else (I386?)." eerror "Error: You specified the AMD64 class but are trying to build something else (I386?)." - eerror "Tip: Either invoke grml-live with '-i amd64' or adjust the architecture class. Exiting." + eerror "Tip: Either invoke grml-live with '-a amd64' or adjust the architecture class. Exiting." eend 1 bailout fi