From 2ed0e93787a61f663503cc28e7db257e73e1685c Mon Sep 17 00:00:00 2001 From: David Bryant Date: Fri, 23 Sep 2022 15:52:30 -0500 Subject: Refine verbiage in chapter 4.2 (Creating a limited directory layout). --- chapter04/creatingminlayout.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml index cc640a450..7bc0321d2 100644 --- a/chapter04/creatingminlayout.xml +++ b/chapter04/creatingminlayout.xml @@ -10,14 +10,14 @@ Creating a limited directory layout in LFS filesystem - The first task performed in the LFS partition is to create a limited - directory hierarchy so that programs compiled in The next task to be performed in the LFS partition is to create a limited + directory hierarchy, so that the programs compiled in (as well as glibc and libstdc++ in ) may be installed in their final - location. This is needed so that those temporary programs be overwritten - when rebuilding them in . + linkend="chapter-cross-tools"/>) can be installed in their final + location. We do this so those temporary programs will be overwritten when + the final versions are built in . - Create the required directory layout by running the following as + Create the required directory layout by issuing the following commands as root: mkdir -pv $LFS/{etc,var} $LFS/usr/{bin,lib,sbin} @@ -31,10 +31,10 @@ case $(uname -m) in esac Programs in will be compiled - with a cross-compiler (more details in section ). In order to separate this - cross-compiler from the other programs, it will be installed in a special - directory. Create this directory with: + with a cross-compiler (more details can be found in section ). This cross-compiler will be installed + in a special directory, to separate it from the other programs. Still acting as + &root;, create that directory with this command: mkdir -pv $LFS/tools -- cgit v1.2.3-54-g00ecf