aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04/creatingminlayout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter04/creatingminlayout.xml')
-rw-r--r--chapter04/creatingminlayout.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index 6b339344b..90c825577 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
@@ -39,4 +39,16 @@ esac</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>