Changeset 99ecc76


Ignore:
Timestamp:
10/17/2022 08:00:38 PM (19 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/update-glibc
Children:
ee0959b
Parents:
c5d10b5
git-author:
David Bryant <davidbryant@…> (10/17/2022 07:58:20 PM)
git-committer:
David Bryant <davidbryant@…> (10/17/2022 08:00:38 PM)
Message:

Clarified a few things, edited for idiom and punctuation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    rc5d10b5 r99ecc76  
    1616  provide necessary programs, including a compiler, linker, and shell,
    1717  to build the new system. Select the <quote>development</quote> option
    18   during the distribution installation to be able to access these
     18  during the distribution installation to include these
    1919  tools.</para>
    2020
    21   <para>As an alternative to installing a separate distribution onto your
     21  <para>As an alternative to installing a separate distribution on your
    2222  machine, you may wish to use <!-- the Linux From Scratch LiveCD or --> a LiveCD from a
    2323  commercial distribution. <!-- The LFS LiveCD works well as a host system,
     
    3737
    3838  <para><xref linkend="chapter-partitioning"/> of this book describes how
    39   to create a new Linux native partition and file system. This is the place
     39  to create a new Linux native partition and file system,
    4040  where the new LFS system will be compiled and installed. <xref
    4141  linkend="chapter-getting-materials"/> explains which packages and
    42   patches need to be downloaded to build an LFS system and how to store
     42  patches must be downloaded to build an LFS system, and how to store
    4343  them on the new file system. <xref linkend="chapter-final-preps"/>
    4444  discusses the setup of an appropriate working environment. Please read
    4545  <xref linkend="chapter-final-preps"/> carefully as it explains several
    46   important issues you need be aware of before beginning to
     46  important issues you should be aware of before you begin to
    4747  work your way through <xref linkend="chapter-cross-tools"/> and beyond.</para>
    4848
    4949  <para><xref linkend="chapter-cross-tools"/>  explains the installation of
    50   the initial tool chain, (binutils, gcc, and glibc) using cross compilation
     50  the initial tool chain, (binutils, gcc, and glibc) using cross-compilation
    5151  techniques to isolate the new tools from the host system.</para>
    5252
     
    5555
    5656  <para><xref linkend="chapter-chroot-temporary-tools"/> then enters a
    57   "chroot" environment and uses the previously built tools to build
    58   the additional tools needed to build and test the final system.</para>
     57  "chroot" environment, which uses the new tools to build all
     58  the rest of the tools needed to create the LFS system.</para>
    5959
    6060  <para>This effort to isolate the new system from the host distribution may
     
    6363
    6464  <para>In <xref linkend="chapter-building-system"/> the
    65   full LFS system is built. Another advantage provided by the chroot
     65  full-blown LFS system is built. Another advantage provided by the chroot
    6666  environment is that it allows you to continue using the host system
    6767  while LFS is being built. While waiting for package compilations to
    68   complete, you can continue using your computer as normal.</para>
     68  complete, you can continue using your computer as usual.</para>
    6969
    7070  <para>To finish the installation, the basic system configuration is set up in
    71   <xref linkend="chapter-config"/>, and the kernel and boot loader are set
    72   up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/>
     71  <xref linkend="chapter-config"/>, and the kernel and boot loader are created
     72  in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/>
    7373  contains information on continuing the LFS experience beyond this book.
    74   After the steps in this book have been implemented, the computer will be
    75   ready to reboot into the new LFS system.</para>
     74  After the steps in this chapter have been implemented, the computer is
     75  ready to boot into the new LFS system.</para>
    7676
    7777  <para>This is the process in a nutshell. Detailed information on each
    78   step is discussed in the following chapters and package descriptions.
    79   Items that may seem complicated will be clarified, and everything will
    80   fall into place as you embark on the LFS adventure.</para>
     78  step is presented in the following chapters.
     79  Items that seem complicated now will be clarified, and everything will
     80  fall into place as you commence your LFS adventure.</para>
    8181
    8282</sect1>
Note: See TracChangeset for help on using the changeset viewer.