aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2022-11-26 09:27:58 +0100
committerPierre Labastie <pierre.labastie@neuf.fr>2022-11-26 09:27:58 +0100
commit295e337887a38caaead4888e441deb620c374e14 (patch)
treec7b18ee412cb0912b0ca933b4273b238d198c525 /chapter07
parentaea16f699ed1fac8534d6599cc56de694ebf64c2 (diff)
Add note and warning about /usr/lib64
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/creatingdirs.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter07/creatingdirs.xml b/chapter07/creatingdirs.xml
index 35a0a9003..0bb75fd5d 100644
--- a/chapter07/creatingdirs.xml
+++ b/chapter07/creatingdirs.xml
@@ -68,6 +68,17 @@ install -dv -m 1777 /tmp /var/tmp</userinput></screen>
directories that are really necessary. However, feel free to create more
directories, if you wish. </para>
+ <warning>
+ <para>
+ The FHS does not enforce the existence of the directory
+ <filename class="directory">/usr/lib64</filename>, and the LFS editors
+ have decided not to use it. For the instructions in LFS and BLFS to work,
+ it is imperative that this directory be non-existent. You should often
+ check that it does not exist, because it is easy to inadvertently
+ create it, which will likely break your system.
+ </para>
+ </warning>
+
</sect2>
</sect1>