diff options
-rw-r--r-- | chapter06/glibc-inst.xml | 4 |
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> |