浏览代码

Small textual change in the Ch5 lockin Glibc page for /lib/ld.so.1 provided by Anderson Lizardo.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
James Robertson 22 年之前
父节点
当前提交
7064dafcab
共有 3 个文件被更改,包括 18 次插入3 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 4 3
      chapter05/lockingglibc.xml
  3. 10 0
      preface/prerequisites.xml

+ 4 - 0
chapter01/changelog.xml

@@ -87,6 +87,10 @@
 </itemizedlist>
 </itemizedlist>
 </para></listitem>
 </para></listitem>
 
 
+<listitem><para>September 11th, 2003 [jwrober]: Small textual change in the Ch5 
+lockin Glibc page for /lib/ld.so.1 provided by Anderson 
+Lizardo.</para></listitem>
+
 <listitem><para>September 11th, 2003 [jeremy]: Added bootloader setup to
 <listitem><para>September 11th, 2003 [jeremy]: Added bootloader setup to
 Chapter 8, after the addition of Grub to the book.</para></listitem>
 Chapter 8, after the addition of Grub to the book.</para></listitem>
 
 

+ 4 - 3
chapter05/lockingglibc.xml

@@ -32,9 +32,10 @@ sed -e 's@/lib/ld.so.1@/tools/lib/ld.so.1@g' \
 mv tempspecfile $SPECFILE
 mv tempspecfile $SPECFILE
 unset SPECFILE</userinput></screen></para>
 unset SPECFILE</userinput></screen></para>
 
 
-<para>We recommend that you cut-and-paste the above rather than try and type
-it all in. Or you can edit the specs file by hand if you want to: just replace
-"/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2".</para>
+<para>We recommend that you cut-and-paste the above rather than try and type it 
+all in. Or you can edit the specs file by hand if you want to: just replace 
+"/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2" and "/lib/ld.so.1" with 
+"/tools/lib/ld.so.1".</para>
 
 
 <para>Lastly, there is a possibility that some include files from the host
 <para>Lastly, there is a possibility that some include files from the host
 system have found their way into gcc's private include dir. This can happen
 system have found their way into gcc's private include dir. This can happen

+ 10 - 0
preface/prerequisites.xml

@@ -19,6 +19,16 @@ UNIX software distributions under Linux. This HOWTO is available at
 available at
 available at
 <ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/>.</para></listitem>
 <ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/>.</para></listitem>
 
 
+<listitem><para>The Essential Pre-Reading Hint</para>
+
+<para>This is a LFS Hint written specifically for new users of Linux.  It is 
+mostly a list of links to excellent sources of information on a wide range of 
+topics.  Any person attempting to install LFS, should at least have an 
+understanding of many of the topics in this hint.  The Hint is available at
+
+<ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/>.</para></listitem>
+
+
 </itemizedlist>
 </itemizedlist>
 
 
 </sect1>
 </sect1>