From: Patrick Schleizer Date: Thu, 17 Dec 2015 22:44:07 +0000 (+0100) Subject: improved amd64 on i386 build attempt bailout msg X-Git-Tag: v0.74~9 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=c83de438d2bd024b703a0dd456dc028d2ca42f6c;hp=5c51179adbf0566d5206e7165dbaa56fdd04a87e;ds=inline improved amd64 on i386 build attempt bailout msg --- diff --git a/grml-debootstrap b/grml-debootstrap index be7bf63..ac1fe8b 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -892,7 +892,7 @@ fi CURRENT_ARCH="$(uname -m)" if [ "$CURRENT_ARCH" != "x86_64" ] ; then if [ "$ARCH" = "amd64" ] ; then - eerror "It is not possible to build amd64 on $CURRENT_ARCH." ; eend 1 + eerror "It is not possible to build amd64 on $CURRENT_ARCH. Consider installing and booting the 'linux-image-amd64' kernel or using '--arch i386' instead." ; eend 1 bailout 1 fi fi