Changeset 0898274


Ignore:
Timestamp:
Jul 15, 2006, 9:20:45 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
48ea888
Parents:
8d937fb3
Message:

Text fixes

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/common/askforhelp.xml

    r8d937fb3 r0898274  
    4848      <listitem>
    4949        <para>The value of the $CLFS_HOST, $CLFS_TARGET, $BUILD32, and $BUILD64
    50         enviornment variables.</para>
     50        environment variables.</para>
    5151      </listitem>
    5252      <listitem>
     
    6060      <listitem>
    6161        <para>Note whether you have deviated from the book at all. A package
    62         change or even a minor change to any command is considered deviation.
    63         </para>
     62        version change or even a minor change to any command is considered
     63        deviation.</para>
    6464      </listitem>
    6565    </itemizedlist>
     
    8080    <para>If something goes wrong while running the <command>configure</command>
    8181    script, review the <filename>config.log</filename> file. This file may
    82     contain the errors you encountered <command>configure</command>. This file
    83     logs errors that may have not been printed to the screen. Include only the
    84     <emphasis>relevant</emphasis> lines if you need to ask for help.</para>
     82    contain the errors you encountered during <command>configure</command>.
     83    It often logs errors that may have not been printed to the screen. Include
     84    only the <emphasis>relevant</emphasis> lines if you need to ask for
     85    help.</para>
    8586
    8687  </sect2>
  • introduction/common/how.xml

    r8d937fb3 r0898274  
    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
  • prologue/common/foreword.xml

    r8d937fb3 r0898274  
    1212
    1313  <para>The Linux From Scratch Project has seen many changes in the
    14   few years of its existance.  I personally became involved with the
     14  few years of its existence.  I personally became involved with the
    1515  project in 1999, around the time of the 2.x releases.  At that time,
    1616  the build process was to create static binaries with the host system,
     
    2929  processors, the x86-only LFS is no longer ideal. Throughout this time,
    3030  Ryan Oliver developed and documented a process by which you could
    31   build Linux for any system and from any system; by use of
     31  build Linux for any system and from any system, by use of
    3232  cross-compilation techniques.  Thus,  the Cross LFS project was born.</para>
    3333
  • prologue/common/organization.xml

    r8d937fb3 r0898274  
    6969    have helped work on the CLFS project and website, and Appendices C
    7070    and D have information about package dependencies and the the
    71     build order.</para>
     71    build order. Some architectures may have additional appendices for
     72    arch-specific issues.</para>
    7273
    7374  </sect2>
Note: See TracChangeset for help on using the changeset viewer.