From 4e6c35f77d74fc181179c23a0f4ee5db283a1e86 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 24 May 2014 18:22:00 +0200 Subject: [PATCH] make.sh: Add more information to the chroot bash prompt. --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.39.2