Changeset 6aff9c0 for BOOK/final-system


Ignore:
Timestamp:
Jun 8, 2009, 1:31:50 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
878afd8
Parents:
51bdc83a
Message:

Text updates

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/binutils.xml

    r51bdc83a r6aff9c0  
    5050    xpointer="xpointer(//*[@os='p2'])"/>
    5151
    52     <para os="q1">Libiberty uses <command>gcc -print-multi-os-directory</command>
    53     to determine where to install libiberty.a.  Because our temporary gcc is
    54     still multilib-aware, the command returns <literal>../lib64</literal> which
    55     causes the archive to be installed into /usr/lib64.  The following sed will
     52    <para os="q1">Libiberty uses
     53    <command>gcc -print-multi-os-directory</command> to determine where to
     54    install <filename class="libraryfile">libiberty.a</filename>. Because our
     55    temporary GCC is still multilib-aware, the command returns
     56    <literal>../lib64</literal> which causes the archive to be installed into
     57    <filename class="directory">/usr/lib64</filename>.  The following sed will
    5658    prevent this:</para>
    5759
     
    109111
    110112    <para os="w1">Now that the tests have completed, remove the symlinks in
    111     /usr/lib64 - they should be the only things in that directory, so we
    112     can remove it without force :</para>
     113    <filename class="directory">/usr/lib64</filename> - they should be the
     114    only things in that directory, so we can remove it without force:</para>
    113115
    114116<screen os="w2"><userinput>rm -v /usr/lib64/libstd*so*
  • BOOK/final-system/common/sysvinit.xml

    r51bdc83a r6aff9c0  
    9191
    9292    <para>If your system has a serial console run the following command to add
    93     the entry to <filename>/etc/inittab</filename>.</para>
     93    the entry to <filename>/etc/inittab</filename>:</para>
    9494
    9595<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     
    9898EOF</userinput></screen>
    9999
    100    <para>Finally, Add the end line to <filename>/etc/inittab</filename>.</para>
     100   <para>Finally, add the end line to <filename>/etc/inittab</filename>:</para>
    101101
    102102<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
  • BOOK/final-system/multilib/gmp-64bit.xml

    r51bdc83a r6aff9c0  
    7272<screen os="k"><userinput>mv -v /usr/include/gmp{,-64}.h</userinput></screen>
    7373
    74     <para os="l">Finally, Create a stub header in the place of the originals:</para>
     74    <para os="l">Finally, create a stub header in the place of the originals:</para>
    7575
    7676<screen os="m"><userinput>cat &gt; /usr/include/gmp.h &lt;&lt; "EOF"
  • BOOK/final-system/x86_64-64/binutils.xml

    r51bdc83a r6aff9c0  
    9898    xpointer="xpointer(//*[@os='o'])"/>
    9999
    100       <para>The ld test suite accesses <filename>/lib64/ld-linux-x86-64.so</filename>
    101          in some of the tests. The following symbolic link will allow this:</para>
     100      <para>The <command>ld</command> test suite accesses
     101      <filename>/lib64/ld-linux-x86-64.so</filename> in some of the tests.
     102      The following symbolic link will allow this:</para>
    102103
    103104<screen><userinput>ln -sv /lib /lib64</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.