aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-11 15:13:58 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-11 15:13:58 +0000
commitfdeb92502906124fa496183b24e13765a3e2a66d (patch)
treee629f9724742096d1f59981b0d0cc7126e276172
parent89e6be0bbb5f8c463556204a51190a17f6abf1f3 (diff)
Updated chroot command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/bash-inst.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml
index 790ea5344..2c5e8631f 100644
--- a/chapter06/bash-inst.xml
+++ b/chapter06/bash-inst.xml
@@ -24,9 +24,11 @@ environment by running:
<userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug
$LFS/bin &amp;&amp;</userinput>
- <userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash
+ <userinput>chroot $LFS /usr/bin/env -i HOME=/root
+ \</userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;TERM=$TERM /bin/bash
--login</userinput>
-
+
</literallayout></blockquote>
</sect2>