diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
commit | d4c8dce41281747caf8a0537a3c41b64e78f767c (patch) | |
tree | 548a5d925622d17ff3fc2c98699a98a2d476d65f /chapter07/introduction.xml | |
parent | df1207e0fb2613f19cb89b8c2bddf24b72e1ec6a (diff) | |
parent | 06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (diff) |
Merge branch 'trunk' into plabs/condxml
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 2e57af238..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: the tools needed by the build machinery of various packages. - 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 |