diff options
Diffstat (limited to 'chapter01/how.xml')
-rw-r--r-- | chapter01/how.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index 489ec0739..16d565c4e 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -18,7 +18,7 @@ during the distribution installation to be able to access these tools.</para> - <para>As an alternative to installing an entire separate distribution + <para>As an alternative to installing a separate distribution onto your machine, you may wish to use the Linux From Scratch LiveCD. The CD works well as a host system, providing all the tools you need to successfully follow the instructions in this book. Additionally, @@ -33,7 +33,7 @@ linkend="chapter-getting-materials"/> explains which packages and patches need to 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 for an appropriate working environment. Please read + discusses the setup of an appropriate working environment. Please read <xref linkend="chapter-final-preps"/> carefully as it explains several important issues the reader should be aware of before beginning to work through <xref linkend="chapter-temporary-tools"/> and beyond.</para> @@ -47,7 +47,7 @@ <para><xref linkend="chapter-temporary-tools"/> also shows the user how to build a first pass of the toolchain, including Binutils and GCC (first pass - basically means these two core packages will be re-installed a second time). + basically means these two core packages will be reinstalled). The next step is to build Glibc, the C library. Glibc will be compiled by the toolchain programs built in the first pass. Then, a second pass of the toolchain will be built. This time, the toolchain will be dynamically linked |