From 55e25a954cce00d932cbfb9a1f9be4a2558ecfd7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 15 Oct 2017 01:55:30 +0000 Subject: Update to bash-4.4.12. Update to meson-0.43.0. Update to python3-3.6.3. Update to linux-4.13.7. Update to binutils-2.29.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/revisedchroot.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chapter06/revisedchroot.xml') diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 7c7e6f0f3..6edd0e524 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -17,9 +17,10 @@ From now on, when reentering the chroot environment after exiting, use the following modified chroot command: -chroot "$LFS" /usr/bin/env -i \ - HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ - PATH=/bin:/usr/bin:/sbin:/usr/sbin \ +chroot "$LFS" /usr/bin/env -i \ + HOME=/root TERM="$TERM" \ + PS1='(lfs chroot) \u:\w\$ ' \ + PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login The reason for this is that the programs in