diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-10-15 01:55:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-10-15 01:55:30 +0000 |
commit | 55e25a954cce00d932cbfb9a1f9be4a2558ecfd7 (patch) | |
tree | 07dc4254ba7adcc6f93a352e564da21ce4ba65de /chapter06/revisedchroot.xml | |
parent | 7a47ddb07df2579bbdaf17e6b717b6edcdcdf276 (diff) |
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
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <para>From now on, when reentering the chroot environment after exiting, use the following modified chroot command:</para> -<screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i \ - HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ - PATH=/bin:/usr/bin:/sbin:/usr/sbin \ +<screen role="nodump"><userinput>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</userinput></screen> <para>The reason for this is that the programs in <filename |