]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Add more information to the chroot bash prompt.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 May 2014 16:22:00 +0000 (18:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 May 2014 16:22:44 +0000 (18:22 +0200)
tools/make-functions

index 3a4d921893ba7afb27c09d4dbe13a8c14df423bf..6e9ad6c3302cdc0e693d2759f28577e8cfd859b5 100644 (file)
@@ -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" \