From de552480bffcd041b7fecae2771c9270bd82bd76 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 14 Feb 2001 02:12:21 +0000 Subject: Mention chroot $TERM fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chapter01/changelog.sgml b/chapter01/changelog.sgml index 6ca7cb75d..0e884797e 100644 --- a/chapter01/changelog.sgml +++ b/chapter01/changelog.sgml @@ -80,6 +80,12 @@ Chapter 6: Fixed the man page installation during console-tools' installation. + +Chapter 6: When entering chroot the $TERM variable inside chroot is set +properly. This is accomplished by: chroot ... -i HOME=/root TERM=`echo +$TERM` ... + + -- cgit v1.2.3-54-g00ecf