From 294ea05cd1764b2808eb7a581427b25135ab407e Mon Sep 17 00:00:00 2001 From: David Bryant Date: Mon, 17 Oct 2022 16:12:16 -0500 Subject: [PATCH] Clarified verbiage here and there. Used the present perfect tense instead of the simple present to make the order of events clearer. --- chapter02/stages.xml | 22 +++++++++++----------- 1 file 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 @@ 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. Chapters 1–4 - These chapters are accomplished on the host system. When - restarting, be careful of the following: + These chapters run commands on the host system. When + restarting, be certain of one thing: - Procedures done as the + Procedures performed as the root user after Section - 2.4 need to have the LFS environment variable set + 2.4 must have the LFS environment variable set FOR THE ROOT USER. @@ -44,7 +44,7 @@ These two chapters must be done as user lfs. - A su - lfs command must be issued before any task in these + A su - lfs 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. @@ -52,8 +52,8 @@ The procedures in 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. @@ -77,7 +77,7 @@ When entering chroot, the LFS environment variable must be set for root. The LFS - variable is not used after entering the chroot environment. + variable is not used after the chroot environment has been entered.