aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-12-09 15:53:09 +0800
committerXi Ruoyao <xry111@xry111.site>2022-12-09 15:53:09 +0800
commita747ea2a67e0e70d5addb5bc957b4315934939ae (patch)
tree57ab9b3c2397cacbb560d04357f7df72b268dbd0 /chapter04
parentdfe9593fb4a93694882bf7c290515989ca07f670 (diff)
parent4640b37d9680598de7979b830c0c9dc05615d9cd (diff)
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter04')
-rw-r--r--chapter04/creatingminlayout.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index 59d3ee908..e67c2d091 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -8,7 +8,7 @@
<sect1 id="ch-tools-creatingminlayout">
<?dbhtml filename="creatingminlayout.html"?>
- <title>Creating a limited directory layout in LFS filesystem</title>
+ <title>Creating a Limited Directory Layout in the LFS Filesystem</title>
<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
@@ -35,4 +35,16 @@ done</userinput></screen>
<screen><userinput>mkdir -pv $LFS/tools</userinput></screen>
+ <note>
+ <para>
+ The LFS editors have deliberately decided not to use a
+ <filename class="directory">/usr/lib64</filename> directory. Several
+ steps are taken to be sure the toolchain will not use it. If for any
+ reason this directory appears (either because you made an error in
+ following the instructions, or because you installed a binary package that
+ created it after finishing LFS), it may break your system.
+ You should always be sure this directory does not exist.
+ </para>
+ </note>
+
</sect1>