diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:40:16 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:40:16 +0200 |
commit | c6f58f47bdce93f07da86485fc3bddc39654a2a8 (patch) | |
tree | dff0742e817d318ac550e1adcaf5b8971fe37f94 /chapter07/introduction.xml | |
parent | 2c8fdfc1654e5c1f30ec7f1104a8ca634ed9ed73 (diff) | |
parent | 8e6babecd0d75542a01eedfde32556879733f842 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter07/introduction.xml')
-rw-r--r-- | chapter07/introduction.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 1d53f6987..2b0030d7b 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -11,11 +11,10 @@ <title>Introduction</title> <para>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 - have been resolved, we can use a <quote>chroot</quote> environment, - completely isolated the host operating system used for the build, except - for the running kernel.</para> + system: the tools needed by the build machinery of various packages. Now + that all circular dependencies have been resolved, a <quote>chroot</quote> + environment, completely isolated from the host operating system (except for + the running kernel), can be used for the build.</para> <para>For proper operation of the isolated environment, some communication with the running kernel must be established. This is done through the |