diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-02 21:49:39 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-02 21:49:39 +0800 |
commit | 96323bd9fc7bafc4f9f9c8419894c49701a3b63d (patch) | |
tree | 716a30f51c58304648204995fb36aab14af4afd0 /chapter04/creatingminlayout.xml | |
parent | 111194c5b7bff4d074f602f6c2bc7aecee2dbc5d (diff) | |
parent | 6582ddc527ff5959daf6dce5cb16a2c42678f7c5 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter04/creatingminlayout.xml')
-rw-r--r-- | chapter04/creatingminlayout.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml index 3840138ff..59d3ee908 100644 --- a/chapter04/creatingminlayout.xml +++ b/chapter04/creatingminlayout.xml @@ -10,8 +10,9 @@ <title>Creating a limited directory layout in LFS filesystem</title> - <para>The next task to be performed in the LFS partition is to create a limited - directory hierarchy, so that the programs compiled in <xref + <para>In this section, we begin populating the LFS filesystem with the + pieces that will constitute the final Linux system. The first step is to + create a limited directory hierarchy, so that the programs compiled in <xref linkend="chapter-temporary-tools"/> (as well as glibc and libstdc++ in <xref linkend="chapter-cross-tools"/>) can be installed in their final location. We do this so those temporary programs will be overwritten when |