Changeset 6c4e93e for BOOK


Ignore:
Timestamp:
Feb 23, 2006, 12:30:07 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2013ad9
Parents:
6bfe833
Message:

r2399@server (orig r1197): chris | 2006-02-22 23:25:17 -0800
Various text updates

Location:
BOOK
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/devices.xml

    r6bfe833 r6c4e93e  
    2121      <para>The commands in the remainder of the book should be run as
    2222      the <systemitem class="username">root</systemitem> user. Also,
    23       double-check that $LFS is set as root.</para>
     23      double-check that $LFS is set as
     24      <systemitem class="username">root</systemitem>.</para>
    2425    </note>
    2526
  • BOOK/boot/mips/bootloaders.xml

    r6bfe833 r6c4e93e  
    1111  <title>Bootloaders</title>
    1212
    13   <para>On MIPS based platforms, we have 2 different bootloaders. Colo
     13  <para>On MIPS based platforms, we have 2 different bootloaders - Colo
    1414  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 useable 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/boot/mips/colo-build.xml

    r6bfe833 r6c4e93e  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/mips/colo.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
    2933<screen os="aa"><userinput>cd tools/elf2rfx
    3034make CC=gcc
     
    3438    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3539    href="../../final-system/mips/colo.xml"
    36     xpointer="xpointer(//*[@os='b'])"/>
     40    xpointer="xpointer(//*[@os='c'])"/>
    3741
    3842<screen os="ab"><userinput>cp chain/colo-chain.elf ${LFS}/boot/vmlinux
  • BOOK/final-preps/addinguser.xml

    r6bfe833 r6c4e93e  
    8484  class="username">lfs</systemitem> the directorys' owner:</para>
    8585
    86 <screen><userinput>chown -v lfs $LFS
    87 chown -v lfs $LFS/tools
     86<screen><userinput>chown -v lfs $LFS/tools
    8887chown -v lfs $LFS/cross-tools</userinput></screen>
    8988
  • BOOK/final-system/common/temp-perl.xml

    r6bfe833 r6c4e93e  
    5252<screen os="g"><userinput>make perl utilities</userinput></screen>
    5353
    54     <para os="h">Install these tools and their libraries:</para>
     54  <para os="h">Although Perl comes with a test suite, it is not recommended
     55  to run it at this point. Only part of Perl was built and running
     56  <command>make test</command> now will cause the rest of Perl to be built
     57  as well, which is unnecessary at this point. The test suite can be run
     58  later in this chapter if desired.</para>
    5559
    56 <screen os="i"><userinput>cp -v perl pod/pod2man /tools/bin
     60    <para os="i">Install these tools and their libraries:</para>
     61
     62<screen os="j"><userinput>cp -v perl pod/pod2man /tools/bin
    5763install -dv /tools/lib/perl5/&perl-version;
    5864cp -Rv lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
    5965
    60     <para os="j">Finally, create a necessary symlink:</para>
     66    <para os="k">Finally, create a necessary symlink:</para>
    6167
    62 <screen os="k"><userinput>ln -sv /tools/bin/perl /usr/bin</userinput></screen>
     68<screen os="l"><userinput>ln -sv /tools/bin/perl /usr/bin</userinput></screen>
    6369
    6470  </sect2>
  • BOOK/final-system/common/util-linux.xml

    r6bfe833 r6c4e93e  
    9898
    9999<screen os="h"><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
    100 mv /usr/bin/logger /bin</userinput></screen>
     100mv -v /usr/bin/logger /bin</userinput></screen>
    101101
    102102  </sect2>
  • BOOK/final-system/multilib/temp-perl.xml

    r6bfe833 r6c4e93e  
    6565    xpointer="xpointer(//*[@os='k'])"/>
    6666
     67    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     68    href="../common/temp-perl.xml"
     69    xpointer="xpointer(//*[@os='l'])"/>
     70
    6771  </sect2>
    6872
  • BOOK/final-system/ppc/yaboot.xml

    r6bfe833 r6c4e93e  
    3636
    3737    <para>Yaboot has a compilation error. The following patch properly fixes
    38     that issue</para>
     38    the issue:</para>
    3939
    4040<screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
  • BOOK/materials/mips/packages.xml

    r6bfe833 r6c4e93e  
    3636  </variablelist>
    3737
    38   <para os="a">Total size of these packages: about 240 KB</para>
     38  <para os="a">Total size of these packages: about 349 KB</para>
    3939
    4040</sect1>
Note: See TracChangeset for help on using the changeset viewer.