aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/how.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-30 15:41:55 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-30 15:41:55 +0000
commit782446b65993d475e21da675b368eb5b1d33e679 (patch)
treeb5eb51389d5ffa1a332ff599fe7d66817c9625c4 /chapter01/how.xml
parentd6c28f96eb7ee82bbcb23dd7c7e8945665caf750 (diff)
Merged wording changes from trunk (r6232, r6233, r6248).
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/how.xml')
-rw-r--r--chapter01/how.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml
index 46463e32e..0e752e076 100644
--- a/chapter01/how.xml
+++ b/chapter01/how.xml
@@ -29,7 +29,7 @@ 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
them on the new file system. <xref linkend="chapter-final-preps"/>
-discusses the setup for an appropriate work environment. Please read
+discusses the setup for an appropriate working environment. Please read
<xref linkend="chapter-final-preps"/> carefully as it explains several
important issues the developer should be aware of before beginning to
work through <xref linkend="chapter-temporary-tools"/> and
@@ -54,16 +54,16 @@ pass toolchain. When this is done, the LFS installation process will no longer
depend on the host distribution, with the exception of the running kernel.
</para>
-<para>While this may initially seem like a lot of work to get away
-from a host distribution, a full technical explanation is provided at
-the beginning of <xref linkend="chapter-temporary-tools"/>.</para>
+<para>While this may initially seem like a lot of work to isolate the new system
+from the host distribution, a full technical explanation is provided at the
+beginning of <xref linkend="chapter-temporary-tools"/>.</para>
<para>In <xref linkend="chapter-building-system"/>, the full LFS system is
-built. The chroot (change root) program is used to enter a virtual
+built. The <command>chroot</command> (change root) program is used to enter a virtual
environment and start a new shell whose root directory will be set to
the LFS partition. This is very similar to rebooting and instructing
the kernel to mount the LFS partition as the root partition. The
-system does not actually reboot, but instead chroots because creating a
+system does not actually reboot, but instead <command>chroot</command>'s because creating a
bootable system requires additional work which is not necessary just
yet. The major advantage is that <quote>chrooting</quote> allows the
builder to continue using the host while LFS is being built. While
@@ -82,7 +82,7 @@ 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 the developer embarks on the LFS adventure.</para>
+fall into place as the reader embarks on the LFS adventure.</para>
</sect1>