aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02
diff options
context:
space:
mode:
authorDavid Bryant <davidbryant@gvtc.com>2022-10-17 16:12:16 -0500
committerDavid Bryant <davidbryant@gvtc.com>2022-10-17 16:12:16 -0500
commit294ea05cd1764b2808eb7a581427b25135ab407e (patch)
tree0b7e06d0134aadfe0eec4e3b22ccbe0807788737 /chapter02
parent86f386863e138864c48aa1d8f49e041130c98d8b (diff)
Clarified verbiage here and there. Used the present perfect tense instead
of the simple present to make the order of events clearer.
Diffstat (limited to 'chapter02')
-rw-r--r--chapter02/stages.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/chapter02/stages.xml b/chapter02/stages.xml
index 036cd34cc..04f6373c9 100644
--- a/chapter02/stages.xml
+++ b/chapter02/stages.xml
@@ -12,22 +12,22 @@
<para>LFS is designed to be built in one session. That is, the
instructions assume that the system will not be shut down
- during the process. That does not mean that the system has to
- be done in one sitting. The issue is that certain procedures
- have to be re-accomplished after a reboot if resuming LFS at
+ during the process. This does not mean that the system has to
+ be built in one sitting. The issue is that certain procedures
+ must be repeated after a reboot when resuming LFS at
different points.</para>
<sect2>
<title>Chapters&nbsp;1&ndash;4</title>
- <para>These chapters are accomplished on the host system. When
- restarting, be careful of the following:</para>
+ <para>These chapters run commands on the host system. When
+ restarting, be certain of one thing:</para>
<itemizedlist>
<listitem>
- <para>Procedures done as the
+ <para>Procedures performed as the
<systemitem class="username">root</systemitem> user after Section
- 2.4 need to have the LFS environment variable set
+ 2.4 must have the LFS environment variable set
<emphasis>FOR THE ROOT USER</emphasis>.</para>
</listitem>
</itemizedlist>
@@ -44,7 +44,7 @@
<listitem>
<para>These two chapters <emphasis>must</emphasis> be done as user
<systemitem class="username">lfs</systemitem>.
- A <command>su - lfs</command> command must be issued before any task in these
+ A <command>su - lfs</command> command must be issued before performing any task in these
chapters. If you don't do that, you are at risk of installing packages to the
host, and potentially rendering it unusable.</para>
</listitem>
@@ -52,8 +52,8 @@
<listitem>
<para>The procedures in <xref linkend='ch-tools-generalinstructions'/>
are critical. If there is any
- doubt about installing a package, ensure any previously expanded
- tarballs are removed, then re-extract the package files, and complete all
+ doubt a package has been installed correctly, ensure the previously expanded
+ tarball has been removed, then re-extract the package, and complete all
the instructions in that section.</para>
</listitem>
</itemizedlist>
@@ -77,7 +77,7 @@
<listitem>
<para> When entering chroot, the LFS environment variable must be set
for <systemitem class="username">root</systemitem>. The LFS
- variable is not used after entering the chroot environment.</para>
+ variable is not used after the chroot environment has been entered.</para>
</listitem>
<listitem>