Changeset 6aff9c0


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
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/mips/bootloaders.xml

    r51bdc83a r6aff9c0  
    1212
    1313  <para>On MIPS based platforms, we have 2 different bootloaders - Colo
    14   for the Cobalt based MIPS machines and Arcload for the SGI Machines.
     14  for the Cobalt based MIPS machines and Arcload for the SGI machines.
    1515  At this time, in the boot scenario, the only bootloader we can build
    16   and that is usable is Cobalt bootloader. On SGI Machines that follow
     16  and that is usable is Cobalt bootloader. On SGI machines that follow
    1717  this build method, we recommend to do a netboot. Information about
    1818  netbooting can be found at the link below.</para>
  • BOOK/cross-tools/native64/variables.xml

    r51bdc83a r6aff9c0  
    4343<screen os="k"><userinput>export CLFS_TARGET32="sparcv9-unknown-linux-gnu"</userinput></screen>
    4444
    45   <para os="l">For All Others consult the CLFS Book for that architicure. In Chapter 5 for
    46    the information.</para>
     45  <para os="l">For all others consult the CLFS Book for the appropriate
     46  architecture, in Chapter 5.</para>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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>
  • BOOK/introduction/common/whatsnew.xml

    r51bdc83a r6aff9c0  
    1111  <title>What's new since the last release.</title>
    1212
    13   <para>Below is a list of package updates  made since the previous release of the book.</para>
     13  <para>Below is a list of package updates made since the previous release of the book.</para>
    1414
    1515  <itemizedlist>
  • BOOK/partitioning/sparc/creatingpartition.xml

    r51bdc83a r6aff9c0  
    3131  xpointer="xpointer(//*[@os='e'])"/>
    3232
    33   <para>On a Sparc system we have to create an special partition first. This
     33  <para>On a Sparc system we have to create a special partition first. This
    3434  partition is called <quote>Whole disk</quote>, and must be the 3rd partition
    3535  on the disk.</para>
Note: See TracChangeset for help on using the changeset viewer.