diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 06:41:47 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 06:41:47 +0000 |
commit | c1e4223cca7f15f1f1fedd8a088ec196e3c7657b (patch) | |
tree | 0215909e6cd69883d104bf2ab02e72813ace233e /chapter06/chroot.xml | |
parent | 54ff0b9fedfd7057fc1bc48649b27caceef710bb (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.xml | 3 |
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 \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \ - /tools/bin/bash --login</userinput></screen> -</para> + /tools/bin/bash --login</userinput></screen></para> <para><screen><userinput>set +h</userinput></screen></para> |