Ignore:
Timestamp:
Jul 15, 2006, 9:20:45 AM (18 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:
73914cb
Parents:
be2691ee
Message:

Text fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/how.xml

    rbe2691ee rbc610664  
    2121  <para>As an alternative to installing an entire separate distribution
    2222  onto your machine, you may wish to use the Linux From Scratch LiveCD.
    23   The CD works well as a host system, providing all the tools you need to
    24   successfully follow the instructions in this book. Additionally, it
    25   contains all the source packages, patches and a copy of this book. So
    26   once you have the CD, no network connection or additional downloads are
    27   necessary. For more information about the LFS LiveCD or to download a copy,
    28   visit <ulink url="&livecd-root;"/></para>
     23  This CD works well as a host system, providing all the tools you need to
     24  successfully follow the instructions in this book. It does also
     25  contain source packages and patches for the LFS book, and a copy of the LFS
     26  book, but not the needed packages or book for CLFS. You can still use the
     27  CD for building CLFS, but you will need to download the packages, patches
     28  and book separately. You can also look at
     29  <ulink url="&hints-root;lfscd-remastering-howto.txt"/>
     30  for infomation on building your own CD, replacing the LFS packages and book
     31  with those for CLFS. Once you have the CD, no network connection or
     32  additional downloads are necessary. For more information about the LFS
     33  LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para>
    2934
    3035  <para><xref linkend="chapter-partitioning"/> of this book describes how
     
    4853  compiler.</para>
    4954
    50   <para>The process of building cross-compile tools first involves installing
    51   building all the necessary tools to create a build system for the target
    52   machine. With the Cross-Compiled tools we just created, we elminate any
     55  <para>The process of building cross-compile tools first involves building and
     56  installing all the necessary tools to create a build system for the target
     57  machine. With these cross-compiled tools, we eliminate any
    5358  dependencies on the toolchain from our host distro.</para>
    5459
     
    6065
    6166  <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is
    62   built. Depending on the system you are cross-compiling for, either you will
     67  built. Depending on the system you are cross-compiling for, you will either
    6368  boot the minimal temp-system on the target machine, or chroot into it.</para>
    6469
Note: See TracChangeset for help on using the changeset viewer.