diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-10-17 14:58:20 -0500 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-10-17 15:00:38 -0500 |
commit | 99ecc765772b3e496dc5a9eed31234b6f1902de4 (patch) | |
tree | 31f5a3f01731717dfcedd05848e7d567836c8493 | |
parent | c5d10b5afb9d13a3120106bb2b1aa495d15069d1 (diff) |
Clarified a few things, edited for idiom and punctuation.
-rw-r--r-- | chapter01/how.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index b7551b2e6..84cb0a98d 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -15,10 +15,10 @@ existing Linux system (the host) will be used as a starting point to provide necessary programs, including a compiler, linker, and shell, to build the new system. Select the <quote>development</quote> option - during the distribution installation to be able to access these + during the distribution installation to include these tools.</para> - <para>As an alternative to installing a separate distribution onto your + <para>As an alternative to installing a separate distribution on your machine, you may wish to use <!-- the Linux From Scratch LiveCD or --> a LiveCD from a commercial distribution. <!-- The LFS LiveCD works well as a host system, providing all the tools you need to successfully follow the instructions in @@ -36,47 +36,47 @@ </note> --> <para><xref linkend="chapter-partitioning"/> of this book describes how - to create a new Linux native partition and file system. This is the place + to create a new Linux native partition and file system, where the new LFS system will be compiled and installed. <xref linkend="chapter-getting-materials"/> explains which packages and - patches need to be downloaded to build an LFS system and how to store + patches must be downloaded to build an LFS system, and how to store them on the new file system. <xref linkend="chapter-final-preps"/> discusses the setup of an appropriate working environment. Please read <xref linkend="chapter-final-preps"/> carefully as it explains several - important issues you need be aware of before beginning to + important issues you should be aware of before you begin to work your way through <xref linkend="chapter-cross-tools"/> and beyond.</para> <para><xref linkend="chapter-cross-tools"/> explains the installation of - the initial tool chain, (binutils, gcc, and glibc) using cross compilation + the initial tool chain, (binutils, gcc, and glibc) using cross-compilation techniques to isolate the new tools from the host system.</para> <para><xref linkend="chapter-temporary-tools"/> shows you how to cross-compile basic utilities using the just built cross-toolchain.</para> <para><xref linkend="chapter-chroot-temporary-tools"/> then enters a - "chroot" environment and uses the previously built tools to build - the additional tools needed to build and test the final system.</para> + "chroot" environment, which uses the new tools to build all + the rest of the tools needed to create the LFS system.</para> <para>This effort to isolate the new system from the host distribution may seem excessive. A full technical explanation as to why this is done is provided in <xref linkend="ch-tools-toolchaintechnotes"/>.</para> <para>In <xref linkend="chapter-building-system"/> the - full LFS system is built. Another advantage provided by the chroot + full-blown LFS system is built. Another advantage provided by the chroot environment is that it allows you to continue using the host system while LFS is being built. While waiting for package compilations to - complete, you can continue using your computer as normal.</para> + complete, you can continue using your computer as usual.</para> <para>To finish the installation, the basic system configuration is set up in - <xref linkend="chapter-config"/>, and the kernel and boot loader are set - up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/> + <xref linkend="chapter-config"/>, and the kernel and boot loader are created + in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/> contains information on continuing the LFS experience beyond this book. - After the steps in this book have been implemented, the computer will be - ready to reboot into the new LFS system.</para> + After the steps in this chapter have been implemented, the computer is + ready to boot into the new LFS system.</para> <para>This is the process in a nutshell. Detailed information on each - step is discussed in the following chapters and package descriptions. - Items that may seem complicated will be clarified, and everything will - fall into place as you embark on the LFS adventure.</para> + step is presented in the following chapters. + Items that seem complicated now will be clarified, and everything will + fall into place as you commence your LFS adventure.</para> </sect1> |