Changeset 31294fd


Ignore:
Timestamp:
08/01/2006 06:51:31 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
4cb347e
Parents:
e774b54
Message:

PDF fix to match latter text changes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    re774b54 r31294fd  
    8989    to check the Glibc we have just installed with the following:</para>
    9090
     91    <beginpage/>
     92
    9193<screen><userinput>sed -i \
    9294's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
    9395        scripts/test-installation.pl</userinput></screen>
    94 
    95     <beginpage/>
    9696
    9797    <para>The Glibc documentation recommends building Glibc outside of the source
     
    165165    </itemizedlist>
    166166
     167    <beginpage/>
     168
    167169    <para>Though it is a harmless message, the install stage of Glibc will
    168170    complain about the absence of <filename>/etc/ld.so.conf</filename>.
     
    228230    running localedef, the results are equivalent -->
    229231
     232    <beginpage/>
     233
    230234  </sect2>
    231235
     
    245249    the Glibc defaults do not work well in a networked environment. The time zone
    246250    also needs to be configured.</para>
    247 
    248     <beginpage/>
    249251
    250252    <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
     
    306308
    307309    </variablelist>
     310
     311    <beginpage/>
    308312
    309313  </sect2>
     
    329333    class="directory">/opt/lib</filename>, so add those directories to the
    330334    dynamic loader's search path.</para>
    331 
    332     <beginpage/>
    333335
    334336    <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the
     
    527529            <primary sortas="b-pcprofiledump">pcprofiledump</primary>
    528530          </indexterm>
    529           <beginpage/>
    530531        </listitem>
    531532      </varlistentry>
  • chapter06/udev.xml

    re774b54 r31294fd  
    8484            extras/scsi_id extras/usb_id extras/volume_id" install</userinput></screen>
    8585
     86    <beginpage/>
     87
    8688    <variablelist>
    8789      <title>The meaning of the make parameter:</title>
Note: See TracChangeset for help on using the changeset viewer.