diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 16:19:02 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 16:19:02 +0800 |
commit | 0f9c02a9bfe70b119c5456f8a9019f9fb725e58c (patch) | |
tree | a79220fcfad67a57560af0cf08257b5bc5f8ad45 /chapter01 | |
parent | e15831967aed80014a0446b6d5492616bb3e22ae (diff) |
chapter01/how: small fix
I guess a "chroot environment" don't know how to use the tools?
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/how.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index 84cb0a98d..a8fdddddd 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -54,7 +54,7 @@ cross-compile basic utilities using the just built cross-toolchain.</para> <para><xref linkend="chapter-chroot-temporary-tools"/> then enters a - "chroot" environment, which uses the new tools to build all + "chroot" environment, where we use the new tools to build all the rest of the tools needed to create the LFS system.</para> <para>This effort to isolate the new system from the host distribution may |