From 1184a7e91b9d155b6fecb2e3d49d72f3a02c5326 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Wed, 21 Sep 2022 15:17:56 -0500 Subject: [PATCH] Fixed typos in chapter 1 "How to Build an LFS System". --- chapter01/how.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter01/how.xml b/chapter01/how.xml index a690fb595..b7551b2e6 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -46,7 +46,7 @@ important issues you need be aware of before beginning to work your way through and beyond. - , explains the installation of + explains the installation of the initial tool chain, (binutils, gcc, and glibc) using cross compilation techniques to isolate the new tools from the host system. @@ -61,7 +61,7 @@ seem excessive. A full technical explanation as to why this is done is provided in . - In , The + In the full LFS system is built. Another advantage provided by the chroot environment is that it allows you to continue using the host system while LFS is being built. While waiting for package compilations to