Ignore:
Timestamp:
May 16, 2006, 1:14:42 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8ca6da6
Parents:
627926a
Message:

r3547@server (orig r1619): chris | 2006-05-16 11:37:05 -0700
Changed a number of occurences of LFS to CLFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/common/how.xml

    r627926a r2e9d6f5  
    99  <?dbhtml filename="how.html"?>
    1010
    11   <title>How to Build an LFS System</title>
     11  <title>How to Build a CLFS System</title>
    1212
    13   <para>The LFS system will be built by using a previously installed
     13  <para>The CLFS system will be built by using a previously installed
    1414  Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE). This
    1515  existing Linux system (the host) will be used as a starting point to
     
    3333  <para><xref linkend="chapter-partitioning"/> of this book describes how
    3434  to create a new Linux native partition and file system, the place
    35   where the new LFS system will be compiled and installed. <xref
     35  where the new CLFS system will be compiled and installed. <xref
    3636  linkend="chapter-getting-materials"/> explains which packages and
    37   patches need to be downloaded to build an LFS system and how to store
     37  patches need to be downloaded to build a CLFS system and how to store
    3838  them on the new file system. <xref linkend="chapter-final-preps"/>
    3939  discusses the setup for an appropriate working environment. Please read
     
    4747  programs that run on the target machine. These cross-compile tools will
    4848  be used to create a temporary, minimal system that will be the basis for
    49   building the final LFS system. Some of these packages are needed to resolve
     49  building the final CLFS system. Some of these packages are needed to resolve
    5050  circular dependencies&mdash;for example, to compile a compiler, you need a
    5151  compiler.</para>
     
    7171  beginning of <xref linkend="chapter-temp-system"/>.</para>
    7272
    73   <para>In <xref linkend="chapter-building-system"/>, the full LFS system is
     73  <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is
    7474  built. Depending on the system you are cross-compiling for, either you will
    7575  boot the minimal temp-system on the target machine, or chroot into it.</para>
     
    7777  <para>The <command>chroot</command> (change root) program is used to enter
    7878  a virtual environment and start a new shell whose root directory will be set
    79   to the LFS partition. This is very similar to rebooting and instructing the
    80   kernel to mount the LFS partition as the root partition.
     79  to the CLFS partition. This is very similar to rebooting and instructing the
     80  kernel to mount the CLFS partition as the root partition.
    8181  The major advantage is that <quote>chrooting</quote> allows the builder to
    82   continue using the host while LFS is being built. While waiting for package
     82  continue using the host while CLFS is being built. While waiting for package
    8383  compilation to complete, a user can switch to a different virtual console
    8484  (VC) or X desktop and continue using the computer as normal.</para>
    8585
    86   <para>Some systems cannot be built by chrooting so they must be booted instead. Generally, if you building for a different arch than the host system, you must reboot because the kernel will likely not support the target machine. Booting involves installing a few additional packages that are needed for bootup, installing bootscripts, and building a miminal kernel.</para>
     86  <para>Some systems cannot be built by chrooting so they must be
     87  booted instead. Generally, if you building for a different arch than
     88  the host system, you must reboot because the kernel will likely not
     89  support the target machine. Booting involves installing a few
     90  additional packages that are needed for bootup, installing
     91  bootscripts, and building a miminal kernel.</para>
    8792
    88   <para>To finish the installation, the LFS-Bootscripts are set up in <xref
     93  <para>To finish the installation, the CLFS-Bootscripts are set up in <xref
    8994  linkend="chapter-bootscripts"/>, and the kernel and boot loader are set
    9095  up in <xref linkend="chapter-bootable"/>. <xref
    9196  linkend="chapter-finalizing"/> contains information on furthering the
    92   LFS experience beyond this book.  After the steps in this book have
     97  CLFS experience beyond this book.  After the steps in this book have
    9398  been implemented, the computer will be ready to reboot into the new
    94   LFS system.</para>
     99  CLFS system.</para>
    95100  <!-- -->
    96101
     
    98103  step is discussed in the following chapters and package descriptions.
    99104  Items that may seem complicated will be clarified, and everything will
    100   fall into place as the reader embarks on the LFS adventure.</para>
     105  fall into place as the reader embarks on the CLFS adventure.</para>
    101106
    102107</sect1>
Note: See TracChangeset for help on using the changeset viewer.