Browse Source

Miscellaneous small fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 years ago
parent
commit
a6505d97a1
3 changed files with 10 additions and 2 deletions
  1. 1 1
      chapter01/conventions.xml
  2. 1 1
      chapter05/chapter05.xml
  3. 8 0
      chapter05/lockingglibc.xml

+ 1 - 1
chapter01/conventions.xml

@@ -17,7 +17,7 @@ referenced.</para></blockquote>
 
 
 <blockquote><para>This form of text (fixed width text) is showing screen 
 <blockquote><para>This form of text (fixed width text) is showing screen 
 output, probably as the result of commands issued, and is also used to 
 output, probably as the result of commands issued, and is also used to 
-show filenames, such as <filename>/etc/lilo.conf</filename>.</para></blockquote>
+show filenames, such as <filename>/etc/ld.so.conf</filename>.</para></blockquote>
 
 
 <para><emphasis>Emphasis</emphasis></para>
 <para><emphasis>Emphasis</emphasis></para>
 
 

+ 1 - 1
chapter05/chapter05.xml

@@ -61,7 +61,7 @@ documentation:</para>
 
 
 <screen><userinput>rm -rf /tools/{,share/}{doc,info,man}</userinput></screen>
 <screen><userinput>rm -rf /tools/{,share/}{doc,info,man}</userinput></screen>
 
 
-<para>You will now need to have at least 800 MB of free space on your LFS
+<para>You will now need to have at least 850 MB of free space on your LFS
 filesystem to be able to build and install Glibc in the next phase. If you can
 filesystem to be able to build and install Glibc in the next phase. If you can
 build and install Glibc, you can build and install the rest too.</para>
 build and install Glibc, you can build and install the rest too.</para>
 
 

+ 8 - 0
chapter05/lockingglibc.xml

@@ -16,6 +16,14 @@ the <filename class="directory">binutils-build</filename> directory:</para>
 pass of Binutils. From this point onwards everything will link <emphasis>only
 pass of Binutils. From this point onwards everything will link <emphasis>only
 </emphasis> against the libraries in <filename>/tools/lib</filename>.</para>
 </emphasis> against the libraries in <filename>/tools/lib</filename>.</para>
 
 
+<note><para>If you somehow missed the earlier warning to retain the Binutils
+source and build directories from the first pass or otherwise accidentally
+deleted them or just don't have access to them, don't worry, all is not lost.
+Just ignore the above command. The result is a small chance of subsequent
+programs linking against libraries on the host. This is not ideal, however,
+it's not a major problem. The situation is corrected when we install the
+second pass of Binutils later on.</para></note>
+
 <para>Now that the adjusted linker is installed, you have to remove the
 <para>Now that the adjusted linker is installed, you have to remove the
 Binutils build and source directories.</para>
 Binutils build and source directories.</para>