diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-14 02:12:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-14 02:12:21 +0000 |
commit | de552480bffcd041b7fecae2771c9270bd82bd76 (patch) | |
tree | 2e76f716338099be4cfe0c1a0fdc4e94d6250ba5 /chapter01 | |
parent | 4af94fb7b2faa7b2c0fd43a15da7e4d2cc1cfbf9 (diff) |
Mention chroot $TERM fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
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. </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> |