diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-11-26 09:27:58 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-11-26 09:27:58 +0100 |
commit | 295e337887a38caaead4888e441deb620c374e14 (patch) | |
tree | c7b18ee412cb0912b0ca933b4273b238d198c525 /chapter04 | |
parent | aea16f699ed1fac8534d6599cc56de694ebf64c2 (diff) |
Add note and warning about /usr/lib64
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/creatingminlayout.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml index 6b339344b..cab023a49 100644 --- a/chapter04/creatingminlayout.xml +++ b/chapter04/creatingminlayout.xml @@ -39,4 +39,16 @@ esac</userinput></screen> <screen><userinput>mkdir -pv $LFS/tools</userinput></screen> + <note> + <para> + LFS editors have deliberately decided not to use a + <filename class="directory">/usr/lib64</filename> directory. Several + steps are taken so that the toolchain does not use it. If for any + reason this directory appears (either because you made an error in + following the instructions, or because you install a binary package that + creates it after finishing LFS), it may break the instructions given in + the book. You should often ensure that this directory is non-existent. + </para> + </note> + </sect1> |