aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-04-20 17:26:14 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-04-20 17:26:14 +0000
commita8e5938ec5d4cebccb22f338d0ee86d5c137090c (patch)
tree46ef7c6f61abb5c9dc37a81051939eb1b0968350 /chapter03
parent094f9e11fbb5109009443e2a26b2aaf850c6fafe (diff)
FHS compliance notes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/creatingdirs.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml
index 5a399a042..ffafc5dab 100644
--- a/chapter03/creatingdirs.xml
+++ b/chapter03/creatingdirs.xml
@@ -33,6 +33,7 @@ Issuing the following commands will create a default directory layout:
local</userinput>
<userinput>cd $LFS/opt</userinput>
<userinput>mkdir bin doc include info lib man</userinput>
+ <userinput>ln -s /var/tmp /usr/tmp</userinput>
</literallayout></blockquote>
<para>
@@ -58,5 +59,24 @@ downloaded in chapter 3 to some subdirectory under $LFS/usr/src (you
will need to create the desired directory yourself).
</para>
+<sect2>
+<title>FHS compliance notes</title>
+
+<para>
+The FHS stipulates that the /usr/local directory should contain the bin, games,
+include, lib, man, sbin, and share subdirectories. You can alter your /usr/local
+directory yourself if you want your system to be FHS-compliant.
+</para>
+
+<para>
+Also, the standard says that there should exist a /usr/share/games directory,
+which we don't much like for a base system. But feel free to make your system
+FHS-compliant if you wish. The FHS isn't precise as to the structure of the
+/usr/local/share subdirectories, so we took the liberty of creating the
+directories that we felt needed.
+</para>
+
+</sect2>
+
</sect1>