From d001e2b771e78c4c7ab2ec528c868f681ea7d3c5 Mon Sep 17 00:00:00 2001 From: Archaic Date: Fri, 1 Jul 2005 20:56:00 +0000 Subject: 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 --- chapter06/creatingdirs.xml | 2 +- chapter06/kernfs.xml | 2 +- chapter06/pwdgroup.xml | 17 +++++++++-------- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'chapter06') diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index f8344fef5..8dbb3b0c7 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -57,7 +57,7 @@ class="directory">/usr/share/games. The FHS is not precise as to the structure of the /usr/local/share 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 -FHS standard. +FHS. diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 397033cdf..eb6bba52f 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -9,7 +9,7 @@ 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 -used for them. The contents of the file systems resides in memory. +used for them. The content of the file systems resides in memory. Begin by creating directories onto which the file systems will be mounted: diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index cc7452d90..f104fce62 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -50,14 +50,15 @@ utmp:x:13: usb:x:14: EOF -The created groups are not part of any standard—they are some of the -groups that the Udev configuration will use in the next section. The Linux -Standard Base (LSB, available at ) -recommends only that, besides the group root with a Group ID -(GID) of 0, a group bin with a GID of 1 be present. All other -group names and GIDs can be chosen freely by the system administrator since -well-written packages do not depend on GID numbers, but rather use the group's -name. +The created groups are not part of any standard—they are groups +decided on in part by the requirements of the Udev configuration in the next +section, and in part by common convention employed by a number of existing Linux +distributions. The Linux Standard Base (LSB, available at ) recommends only that, besides the group +root with a Group ID (GID) of 0, a group bin with +a GID of 1 be present. All other group names and GIDs can be chosen freely by +the system administrator since well-written programs do not depend on GID +numbers, but rather use the group's name. To remove the I have no name! prompt, start a new shell. Since a full Glibc was installed in