diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-09-27 12:11:23 -0500 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-09-27 12:11:23 -0500 |
commit | 97f4747aaf1275c60ce3ca1e90d1f9162d2f3f34 (patch) | |
tree | cafe346e4c5aa8cb77bfe82f5390a9bf149723fe /chapter04 | |
parent | 471a32e83696f0ffef466b6fd4fded0ca2417620 (diff) |
Tweak introduction as Pierre Labastie suggested (chapter 4.2).
Diffstat (limited to 'chapter04')
-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 7bc0321d2..6b339344b 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 |