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/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=4e6c35f77d74fc181179c23a0f4ee5db283a1e86;hp=c8859a8213188e8e9588382c8820d92aba271b02 make.sh: Add more information to the chroot bash prompt. --- diff --git a/tools/make-functions b/tools/make-functions index 3a4d92189..6e9ad6c33 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" \