Changeset cff800e for chapter01/how.xml


Ignore:
Timestamp:
05/24/2009 05:06:05 PM (15 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6d9da8e
Parents:
2f3f222
Message:

Various edits, some addressing #2092 and #2326.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    r2f3f222 rcff800e  
    1111  <title>How to Build an LFS System</title>
    1212
    13   <para>The LFS system will be built by using a previously installed
     13  <para>The LFS system will be built by using an already installed
    1414  Linux distribution (such as Debian, Mandriva, Red Hat, or SUSE). This
    1515  existing Linux system (the host) will be used as a starting point to
     
    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 the reader should be aware of before beginning to
    47   work through <xref linkend="chapter-temporary-tools"/> and beyond.</para>
     46  important issues you need be aware of before beginning to
     47  work your way through <xref linkend="chapter-temporary-tools"/> and beyond.</para>
    4848
    4949  <para><xref linkend="chapter-temporary-tools"/> explains the
     
    5454  to compile a compiler, you need a compiler.</para>
    5555
    56   <para><xref linkend="chapter-temporary-tools"/> also shows the user how to
     56  <para><xref linkend="chapter-temporary-tools"/> also shows you how to
    5757  build a first pass of the toolchain, including Binutils and GCC (first pass
    5858  basically means these two core packages will be reinstalled).
     
    6767
    6868  <para>This effort to isolate the new system from the host distribution may
    69   seem excessive, but a full technical explanation is provided in
     69  seem excessive. A full technical explanation as to why this is done is provided in
    7070  <xref linkend="ch-tools-toolchaintechnotes"/>.</para>
    7171
     
    7777  does not actually reboot, but instead <command>chroot</command>'s because
    7878  creating a bootable system requires additional work which is not necessary
    79   just yet. The major advantage is that <quote>chrooting</quote> allows the
    80   builder to continue using the host while LFS is being built. While waiting
    81   for package compilation to complete, a user can switch to a different
    82   virtual console (VC) or X desktop and continue using the computer as
     79  just yet. The major advantage is that <quote>chrooting</quote> allows you
     80  to continue using the host system while LFS is being built. While waiting
     81  for package compilations to complete, you can continue using your computer as
    8382  normal.</para>
    8483
     
    8685  <xref linkend="chapter-bootscripts"/>, and the kernel and boot loader are set
    8786  up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/>
    88   contains information on furthering the LFS experience beyond this book.
     87  contains information on continuing the LFS experience beyond this book.
    8988  After the steps in this book have been implemented, the computer will be
    9089  ready to reboot into the new LFS system.</para>
     
    9392  step is discussed in the following chapters and package descriptions.
    9493  Items that may seem complicated will be clarified, and everything will
    95   fall into place as the reader embarks on the LFS adventure.</para>
     94  fall into place as you embark on the LFS adventure.</para>
    9695
    9796</sect1>
Note: See TracChangeset for help on using the changeset viewer.