diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 18:43:13 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 18:43:13 +0000 |
commit | 1179ee92d239aef2a357f7742913c2fef02d05f3 (patch) | |
tree | 09cd725baeb69e5096c51305729ab94135387287 /chapter01 | |
parent | 6198a8c32219badfc1628a1b72568e74e0e30e91 (diff) |
Applied Zack's glibc patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 58c44a39d..5fd11ab5f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,6 +78,14 @@ </itemizedlist> </para></listitem> +<listitem><para>May 15th, 2003 [winkie]: Chapter 05 - Installing +Glibc: Create an ld.so.conf file before building Glibc, to prevent an +(harmless) error.</para></listitem> + +<listitem><para>May 15th, 2003 [winkie]: Chapter 06 - Installing Glibc: +Don't bother doing the 'exec /stage1/bin/bash' stuff, it doesn't do anything +now that we use PLFS.</para></listitem> + <listitem><para>May 21st, 2003 [winkie]: Chapter 05 & 06 - Installing Coreutils: Only test the non-root stuff in Chapter 05, but test everything in Chapter 06.</para></listitem> |