Further fine-tuning to the changes made in r6249.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-07-01 20:56:00 +00:00
parent fde4f7de29
commit d001e2b771
3 changed files with 11 additions and 10 deletions

View File

@ -57,7 +57,7 @@ class="directory">/usr/share/games</filename>. The FHS is not precise as to the
structure of the <filename class="directory">/usr/local/share</filename> structure of the <filename class="directory">/usr/local/share</filename>
subdirectory, so we create only the directories that are needed. However, feel subdirectory, so we create only the directories that are needed. However, feel
free to create these directories if you prefer to conform more strictly to the free to create these directories if you prefer to conform more strictly to the
FHS standard.</para> FHS.</para>
</sect2> </sect2>

View File

@ -9,7 +9,7 @@
<para>Various file systems exported by the kernel are used to communicate to and <para>Various file systems exported by the kernel are used to communicate to and
from the kernel itself. These file systems are virtual in that no disk space is from the kernel itself. These file systems are virtual in that no disk space is
used for them. The contents of the file systems resides in memory.</para> used for them. The content of the file systems resides in memory.</para>
<para>Begin by creating directories onto which the file systems will be mounted:</para> <para>Begin by creating directories onto which the file systems will be mounted:</para>

View File

@ -50,14 +50,15 @@ utmp:x:13:
usb:x:14:</literal> usb:x:14:</literal>
EOF</userinput></screen> EOF</userinput></screen>
<para>The created groups are not part of any standard&mdash;they are some of the <para>The created groups are not part of any standard&mdash;they are groups
groups that the Udev configuration will use in the next section. The Linux decided on in part by the requirements of the Udev configuration in the next
Standard Base (LSB, available at <ulink url="http://www.linuxbase.org"/>) section, and in part by common convention employed by a number of existing Linux
recommends only that, besides the group <quote>root</quote> with a Group ID distributions. The Linux Standard Base (LSB, available at <ulink
(GID) of 0, a group <quote>bin</quote> with a GID of 1 be present. All other url="http://www.linuxbase.org"/>) recommends only that, besides the group
group names and GIDs can be chosen freely by the system administrator since <quote>root</quote> with a Group ID (GID) of 0, a group <quote>bin</quote> with
well-written packages do not depend on GID numbers, but rather use the group's a GID of 1 be present. All other group names and GIDs can be chosen freely by
name.</para> the system administrator since well-written programs do not depend on GID
numbers, but rather use the group's name.</para>
<para>To remove the <quote>I have no name!</quote> prompt, start a new <para>To remove the <quote>I have no name!</quote> prompt, start a new
shell. Since a full Glibc was installed in <xref shell. Since a full Glibc was installed in <xref