diff options
-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> |