ソースを参照

Mention chroot $TERM fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年 前
コミット
de552480bf
1 ファイル変更6 行追加0 行削除
  1. 6 0
      chapter01/changelog.sgml

+ 6 - 0
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>