Changeset d001e2b


Ignore:
Timestamp:
07/01/2005 08:56:00 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a4663f0
Parents:
fde4f7d
Message:

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/creatingdirs.xml

    rfde4f7d rd001e2b  
    5858subdirectory, so we create only the directories that are needed. However, feel
    5959free to create these directories if you prefer to conform more strictly to the
    60 FHS standard.</para>
     60FHS.</para>
    6161
    6262</sect2>
  • chapter06/kernfs.xml

    rfde4f7d rd001e2b  
    1010<para>Various file systems exported by the kernel are used to communicate to and
    1111from the kernel itself. These file systems are virtual in that no disk space is
    12 used for them. The contents of the file systems resides in memory.</para>
     12used for them. The content of the file systems resides in memory.</para>
    1313
    1414<para>Begin by creating directories onto which the file systems will be mounted:</para>
  • chapter06/pwdgroup.xml

    rfde4f7d rd001e2b  
    5151EOF</userinput></screen>
    5252
    53 <para>The created groups are not part of any standard&mdash;they are some of the
    54 groups that the Udev configuration will use in the next section. The Linux
    55 Standard Base (LSB, available at <ulink url="http://www.linuxbase.org"/>)
    56 recommends only that, besides the group <quote>root</quote> with a Group ID
    57 (GID) of 0, a group <quote>bin</quote> with a GID of 1 be present. All other
    58 group names and GIDs can be chosen freely by the system administrator since
    59 well-written packages do not depend on GID numbers, but rather use the group's
    60 name.</para>
     53<para>The created groups are not part of any standard&mdash;they are groups
     54decided on in part by the requirements of the Udev configuration in the next
     55section, and in part by common convention employed by a number of existing Linux
     56distributions. The Linux Standard Base (LSB, available at <ulink
     57url="http://www.linuxbase.org"/>) recommends only that, besides the group
     58<quote>root</quote> with a Group ID (GID) of 0, a group <quote>bin</quote> with
     59a GID of 1 be present. All other group names and GIDs can be chosen freely by
     60the system administrator since well-written programs do not depend on GID
     61numbers, but rather use the group's name.</para>
    6162
    6263<para>To remove the <quote>I have no name!</quote> prompt, start a new
Note: See TracChangeset for help on using the changeset viewer.