aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:25:52 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:25:52 +0000
commitc25581cac9bbe8418a3678c42744c5beec51d6f2 (patch)
treee07b32e57dc7446b966278a9f4793a498d7396f9
parent46b85b668608b9cd7737e6eb5d5b75ccb3b48832 (diff)
Fixed chroot command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/glibc-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 71db5be33..c7009e4f5 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -42,8 +42,8 @@ commands to do that:
<blockquote><literallayout>
<userinput>logout</userinput>
- <userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash
- --login</userinput>
+ <userinput>chroot $LFS /usr/bin/env -i HOME=/root \
+ TERM=$TERM /bin/bash --login</userinput>
</literallayout></blockquote>