Changes in BOOK/boot/common/pwdgroup.xml [688b33d:27f57ec]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/pwdgroup.xml
r688b33d r27f57ec 44 44 45 45 <screen><userinput>cat > ${CLFS}/etc/passwd << "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> 47 48 EOF</userinput></screen> 48 49 … … 131 132 utmp:x:&gid-utmp;: 132 133 usb:x:&gid-usb;: 133 cdrom:x:&gid-cdrom;:</literal> 134 cdrom:x:&gid-cdrom;: 135 messagebus:x:&gid-messagebus;:</literal> 134 136 EOF</userinput></screen> 135 137 … … 190 192 191 193 <para os="e">The created groups are not part of any standard—they are 192 groups decided on in part by the requirements of the Eudev configuration194 groups decided on in part by the requirements of the Udev configuration 193 195 in the final system, and in part by common convention employed by a 194 196 number of existing Linux distributions. The Linux Standard Base (LSB,
Note:
See TracChangeset
for help on using the changeset viewer.