Changeset cc09e9f in clfs-sysroot


Ignore:
Timestamp:
Jul 13, 2006, 12:45:36 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f536998
Parents:
ae07b0c
Message:

Some text updates.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/settingenviron.xml

    rae07b0c rcc09e9f  
    6969  chosen mount point.</para>
    7070
    71   <para os="i">TO BE REWRITTEN - The <envar>LC_ALL</envar> variable controls
    72   the localization of
     71  <para os="i">The <envar>LC_ALL</envar> variable controls the localization of
    7372  certain programs, making their messages follow the conventions of a
    7473  specified country.  If the host system uses a version of Glibc older
  • BOOK/introduction/common/how.xml

    rae07b0c rcc09e9f  
    1212
    1313  <para>The CLFS system will be built by using a previously installed
    14   Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE). This
    15   existing Linux system (the host) will be used as a starting point to
     14  Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE, or Ubuntu).
     15  This existing Linux system (the host) will be used as a starting point to
    1616  provide necessary programs, including a compiler, linker, and shell,
    1717  to build the new system. Select the <quote>development</quote> option
     
    2020
    2121  <para>As an alternative to installing an entire separate distribution
    22   onto your machine, you may wish to
    23   use the Linux From Scratch LiveCD. The CD works well as a host system,
    24   providing all the tools you need to successfully follow the instructions
    25   in this book. Additionally, it contains all the source packages, patches
    26   and a copy of this book. So once you have the CD, no network connection
    27   or additional downloads are necessary. For more information about the
    28   LFS LiveCD or to download a copy, visit <ulink url="&livecd-root;"/></para>
     22  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>
    2929
    3030  <para><xref linkend="chapter-partitioning"/> of this book describes how
     
    5252
    5353  <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is
    54   cross-compiled. The system is built using a sysroot. Sysroot is a parameter
    55   passed to binutils and gcc that modifies its default search paths.</para>
     54  cross-compiled. The system is built using a sysroot compiler. Sysroot is a
     55  parameter passed to binutils and gcc that modifies its default search paths.
     56  </para>
    5657
    5758  <para>To finish the installation, the CLFS-Bootscripts are set up in <xref
    5859  linkend="chapter-bootscripts"/>, and the kernel and boot loader are set
    59   up in <xref linkend="chapter-bootable"/>. <xref
    60   linkend="chapter-finalizing"/> contains information on furthering the
    61   CLFS experience beyond this book.  After the steps in this book have
    62   been implemented, the computer will be ready to reboot into the new
    63   CLFS system.</para>
    64   <!-- -->
     60  up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/>
     61  contains information on furthering the CLFS experience beyond this book.
     62  After the steps in this book have been implemented, the computer will be
     63  ready to reboot into the new CLFS system.</para>
    6564
    6665  <para>This is the process in a nutshell. Detailed information on each
Note: See TracChangeset for help on using the changeset viewer.