Mention chroot $TERM fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-02-14 02:12:21 +00:00
parent 4af94fb7b2
commit de552480bf

View File

@ -80,6 +80,12 @@ Chapter 6: Fixed the man page installation during console-tools'
installation.
</para></listitem>
<listitem><para>
Chapter 6: When entering chroot the $TERM variable inside chroot is set
properly. This is accomplished by: chroot ... -i HOME=/root TERM=`echo
$TERM` ...
</para></listitem>
</itemizedlist>
</sect1>