diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:19:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 23:19:36 +0000 |
commit | 185b258b9acbe4492cd927c71dd6c233cca1ef4b (patch) | |
tree | c8f764e0c4d54c8d9fa1e8ac6936e2bc34dc3499 /chapter01 | |
parent | f26c68d122cd3f29124f782e711adb8e21957603 (diff) |
Removed chapter 5 LFS-Utils installation - unnecessary. Patch by Zack.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2589 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e8a72fee..f9bae0868 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -74,6 +74,10 @@ <listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added $(hostname) to /etc/hosts, without it perl's test doesn't pass.</para></listitem> +<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing +Lfs-Utils: Removed. The only package that checks for mktemp before it is +installed is GCC, and that's only for gccbug.</para></listitem> + <listitem><para>May 11th, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added --enable-threads=posix as well to complete the C++ addition.</para></listitem> |