aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/chroot.sgml')
-rw-r--r--chapter06/chroot.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/chroot.sgml b/chapter06/chroot.sgml
index 189351268..067aac9a2 100644
--- a/chapter06/chroot.sgml
+++ b/chapter06/chroot.sgml
@@ -16,8 +16,9 @@ actually /mnt/lfs but the shell doesn't know that).
<blockquote><literallayout>
<userinput>cd $LFS &amp;&amp;</userinput>
- <userinput>chroot $LFS /usr/bin/env -i HOME=/root \
- TERM=$TERM /bin/bash --login</userinput>
+ <userinput>chroot $LFS /usr/bin/env -i HOME=/root
+ \</userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;TERM=$TERM /bin/bash --login</userinput>
</literallayout></blockquote>