From efbd8873aca1b0bb2a6091bf47a99bb3ad0553c6 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 25 Aug 2021 13:11:02 +0800 Subject: chapter07: tcl/expect/dejagnu are now in chapter08 --- chapter07/introduction.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter07/introduction.xml') diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 1d53f6987..2e57af238 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -11,8 +11,8 @@ Introduction This chapter shows how to build the last missing bits of the temporary - system: first, the tools needed by the build machinery of various packages, - then three packages needed to run tests. Now that all circular dependencies + system: the tools needed by the build machinery of various packages. + Now that all circular dependencies have been resolved, we can use a chroot environment, completely isolated the host operating system used for the build, except for the running kernel. -- cgit v1.2.3-54-g00ecf From 305c97068fd4b0a15bc50e8d8f6db16c24c91a8a Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 3 Sep 2021 19:43:45 -0500 Subject: Minor text changes --- chapter07/introduction.xml | 9 ++++----- prologue/why.xml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter07/introduction.xml') diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 2e57af238..2b0030d7b 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -11,11 +11,10 @@ Introduction This chapter shows how to build the last missing bits of the temporary - system: the tools needed by the build machinery of various packages. - Now that all circular dependencies - have been resolved, we can use a chroot environment, - completely isolated the host operating system used for the build, except - for the running kernel. + system: the tools needed by the build machinery of various packages. Now + that all circular dependencies have been resolved, a chroot + environment, completely isolated from the host operating system (except for + the running kernel), can be used for the build. For proper operation of the isolated environment, some communication with the running kernel must be established. This is done through the diff --git a/prologue/why.xml b/prologue/why.xml index 24b792e45..2d469d212 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -626,7 +626,7 @@ Zstd This package contains compression and decompression routines - used by some programs. It provide high compression ratios and a very + used by some programs. It provides high compression ratios and a very wide range of compression / speed trade-offs. -- cgit v1.2.3-54-g00ecf