aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-09 06:41:47 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-09 06:41:47 +0000
commitc1e4223cca7f15f1f1fedd8a088ec196e3c7657b (patch)
tree0215909e6cd69883d104bf2ab02e72813ace233e /chapter06/chroot.xml
parent54ff0b9fedfd7057fc1bc48649b27caceef710bb (diff)
Minor tag placement tweaks in preparation for potential mass substitution.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r--chapter06/chroot.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index 4a1fb5d1c..e843c058e 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -19,8 +19,7 @@ to enter the chroot environment:</para>
<para><screen><userinput>chroot $LFS /tools/bin/env -i \
&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
-&nbsp;&nbsp;&nbsp;&nbsp;/tools/bin/bash --login</userinput></screen>
-</para>
+&nbsp;&nbsp;&nbsp;&nbsp;/tools/bin/bash --login</userinput></screen></para>
<para><screen><userinput>set +h</userinput></screen></para>