Ignore:
File:
1 edited

Legend:

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

    r688b33d r27f57ec  
    4444
    4545<screen><userinput>cat &gt; ${CLFS}/etc/passwd &lt;&lt; "EOF"
    46 <literal>root::&uid-root;:&gid-root;:root:/root:/bin/bash</literal>
     46<literal>root:x:&uid-root;:&gid-root;:root:/root:/bin/bash</literal>
     47<literal>messagebus:x:&uid-messagebus;:&gid-messagebus;:D-Bus Message Daemon User:/dev/null:/bin/false</literal>
    4748EOF</userinput></screen>
    4849
     
    131132utmp:x:&gid-utmp;:
    132133usb:x:&gid-usb;:
    133 cdrom:x:&gid-cdrom;:</literal>
     134cdrom:x:&gid-cdrom;:
     135messagebus:x:&gid-messagebus;:</literal>
    134136EOF</userinput></screen>
    135137
     
    190192
    191193  <para os="e">The created groups are not part of any standard&mdash;they are
    192   groups decided on in part by the requirements of the Eudev configuration
     194  groups decided on in part by the requirements of the Udev configuration
    193195  in the final system, and in part by common convention employed by a
    194196  number of existing Linux distributions. The Linux Standard Base (LSB,
Note: See TracChangeset for help on using the changeset viewer.