From: Michael Tremer Date: Sat, 24 May 2014 16:22:00 +0000 (+0200) Subject: make.sh: Add more information to the chroot bash prompt. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fnative-arm-compiling;p=people%2Fms%2Fipfire-2.x.git make.sh: Add more information to the chroot bash prompt. --- diff --git a/tools/make-functions b/tools/make-functions index 3a4d921893..6e9ad6c330 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -444,7 +444,7 @@ entershell() { qemu_install_helper echo "Entering to a shell inside LFS chroot, go out with exit" - chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ + chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='ipfire build chroot ($(uname -m)) \u:\w\$ ' \ PATH=/tools/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \ VERSION=$VERSION CONFIG_ROOT=$CONFIG_ROOT \ NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \