diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:53:09 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:53:09 +0800 |
commit | a747ea2a67e0e70d5addb5bc957b4315934939ae (patch) | |
tree | 57ab9b3c2397cacbb560d04357f7df72b268dbd0 /chapter07 | |
parent | dfe9593fb4a93694882bf7c290515989ca07f670 (diff) | |
parent | 4640b37d9680598de7979b830c0c9dc05615d9cd (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter07')
-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> |