diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-01 17:41:14 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-01 17:41:14 -0600 |
commit | 38311c3ea348d1021b1192139e3ca952b7a9e430 (patch) | |
tree | 333773c1b2e169e19c89b2262e0d6f2050b4425e /chapter07/creatingdirs.xml | |
parent | 82e98d0b0e798f9f603cbc9ba52acc039b332b6a (diff) | |
parent | da6e70fffedcafb3a31e906155eed21199a71b44 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter07/creatingdirs.xml')
-rw-r--r-- | chapter07/creatingdirs.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter07/creatingdirs.xml b/chapter07/creatingdirs.xml index 35a0a9003..e2faa08da 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 mandate 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 correctly, + it is imperative that this directory be non-existent. From time to time you should + verify that it does not exist, because it is easy to create it + inadvertently, and this will probably break your system. + </para> + </warning> + </sect2> </sect1> |