X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=63cdb9bdafb7007975baab720ac134c6dc97c982;hb=b0b7374fbb2bd14e006dedb6a7fc0eb4327241ea;hp=eacc570b90a57047bf2aeb703d7c1b4fc3a1d499;hpb=c9141f43791a61b6bce79fa3963791f96dd78f04;p=grml-live.git diff --git a/grml-live b/grml-live index eacc570..63cdb9b 100755 --- a/grml-live +++ b/grml-live @@ -328,7 +328,7 @@ shift $(($OPTIND - 1)) # set ARGV to the first not parsed commandline parameter # assume sane defaults (if not set already) {{{ [ -n "$ARCH" ] || ARCH="$(dpkg --print-architecture)" [ -n "$BOOT_METHOD" ] || BOOT_METHOD='isolinux' -[ -n "$CLASSES" ] || CLASSES="GRMLBASE,GRML_MEDIUM,I386" +[ -n "$CLASSES" ] || CLASSES="GRMLBASE,GRML_MEDIUM,$(echo ${ARCH} | tr 'a-z' 'A-Z')" [ -n "$DATE" ] || DATE="$(date +%Y-%m-%d)" [ -n "$DISTRI_INFO" ] || DISTRI_INFO='Grml - Live Linux for system administrators ' [ -n "$DISTRI_NAME" ] || DISTRI_NAME="grml"