Changes in / [43100c0:961afdcd]


Ignore:
Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/changingowner.xml

    r43100c0 r961afdcd  
    2121<screen os="b"><userinput>chown -Rv &uid-root;:&gid-root; ${CLFS}</userinput></screen>
    2222
     23  <para>The following files are to be owned by the group
     24  <systemitem class="username">utmp</systemitem> not by
     25  <systemitem class="username">root</systemitem>.</para>
     26
     27<screen><userinput>chgrp -v &gid-utmp; ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen>
     28
     29
    2330</sect1>
  • BOOK/boot/common/devices.xml

    r43100c0 r961afdcd  
    4242    <para>When Systemd starts a tmpfs filesystem is mounted over
    4343    <filename class="directory">/dev</filename> and the previous entries are
    44     no-longer available. The following command creates files that are copied
     44    no-longer available. The folling command creates files that are copied
    4545    over when udevd starts:</para>
    4646
  • BOOK/boot/common/pwdgroup.xml

    r43100c0 r961afdcd  
    99  <?dbhtml filename="pwdgroup.html"?>
    1010
    11   <title>Creating the passwd and group Files</title>
     11  <title>Creating the passwd, group, and log Files</title>
    1212
    1313  <indexterm zone="ch-boot-pwdgroup">
     
    1717  <indexterm zone="ch-boot-pwdgroup">
    1818    <primary sortas="e-/etc/group">/etc/group</primary>
     19  </indexterm>
     20
     21  <indexterm zone="ch-boot-pwdgroup">
     22    <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>
     23  </indexterm>
     24
     25  <indexterm zone="ch-boot-pwdgroup">
     26    <primary sortas="e-/var/log/btmp">/var/log/btmp</primary>
     27  </indexterm>
     28
     29  <indexterm zone="ch-boot-pwdgroup">
     30    <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary>
     31  </indexterm>
     32
     33  <indexterm zone="ch-boot-pwdgroup">
     34    <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary>
    1935  </indexterm>
    2036
     
    176192
    177193  <para os="e">The created groups are not part of any standard&mdash;they are
    178   groups decided on in part by the requirements of the Systemd configuration
     194  groups decided on in part by the requirements of the Eudev configuration
    179195  in the final system, and in part by common convention employed by a
    180196  number of existing Linux distributions. The Linux Standard Base (LSB,
  • BOOK/chroot/common/kernfs.xml

    r43100c0 r961afdcd  
    4242
    4343  <para>Once the system is complete and booting, the rest of our device
    44   nodes are created by Udev, part of Systemd.  Since this package is not
     44  nodes are created by the Eudev package.  Since this package is not
    4545  available to us right now, we must take other steps to provide device
    4646  nodes under on the CLFS filesystem.  We will use the <quote>bind</quote>
  • BOOK/chroot/common/pwdgroup.xml

    r43100c0 r961afdcd  
    99  <?dbhtml filename="pwdgroup.html"?>
    1010
    11   <title>Creating the passwd and group Files</title>
     11  <title>Creating the passwd, group, and log Files</title>
    1212
    1313  <indexterm zone="ch-chroot-pwdgroup">
     
    1717  <indexterm zone="ch-chroot-pwdgroup">
    1818    <primary sortas="e-/etc/group">/etc/group</primary>
     19  </indexterm>
     20
     21  <indexterm zone="ch-chroot-pwdgroup">
     22    <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>
     23  </indexterm>
     24
     25  <indexterm zone="ch-chroot-pwdgroup">
     26    <primary sortas="e-/var/log/btmp">/var/log/btmp</primary>
     27  </indexterm>
     28
     29  <indexterm zone="ch-chroot-pwdgroup">
     30    <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary>
     31  </indexterm>
     32
     33  <indexterm zone="ch-chroot-pwdgroup">
     34    <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary>
    1935  </indexterm>
    2036
Note: See TracChangeset for help on using the changeset viewer.