X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=0f412af2d3e2160815f661e51d66af9846dae9b4;hb=46e327ee238f7a1b11ec7c6895a0b4b87be9fbbe;hp=57b5e10723fc50803c623f1e88f594b5cd77cae0;hpb=8dfcd204e18d0a36b0f75cf622c24ad447e9ca1f;p=grml-live.git diff --git a/grml-live b/grml-live index 57b5e10..0f412af 100755 --- a/grml-live +++ b/grml-live @@ -188,10 +188,10 @@ if [ "$ARCH" = x86 ] ; then fi # amd64: elif [ "$ARCH" = amd64 ] ; then - echo 'Warning: gebi, it is your turn. :)'>2 + echo 'Warning: gebi, it is your turn. :)'>&2 # ppc: -elif [ "$ARCH" = ppc ] ; then - echo 'Warning: formorer, it is your turn. :)'>2 +elif [ "$ARCH" = powerpc ] ; then + echo 'Warning: formorer, it is your turn. :)'>&2 # unsuported: else echo 'Warning: Unsupported ARCH, sorry. Want to support it? Contribute!'>&2