[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-691-g43748ab

git git at cross-lfs.org
Thu Apr 10 01:39:04 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, systemd has been updated
       via  43748ab02b264234c1b03383a48c42afae6ece04 (commit)
      from  86e48338e064ff9b2a072145b0fa626ae3f488a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 43748ab02b264234c1b03383a48c42afae6ece04
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Apr 10 04:39:04 2014 -0400

    Make /etc/group and /etc/passwd the same for both boot and chroot

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index b908281..3c40e06 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -28,7 +28,10 @@
 
 <screen><userinput>cat > ${CLFS}/etc/passwd << "EOF"
 <literal>root:x:&uid-root;:&gid-root;:root:/root:/bin/bash</literal>
+<literal>bin:x:&uid-bin;:&gid-bin;:/dev/null:/bin/false</literal>
+<literal>daemon:x:&uid-daemon;:&gid-daemon;:/dev/null:/bin/false</literal>
 <literal>messagebus:x:&uid-messagebus;:&gid-messagebus;:D-Bus Message Daemon User:/dev/null:/bin/false</literal>
+<literal>nobody:x:&uid-nobody;:&gid-nogroup;:Unprivileged User:/dev/null:/bin/false</literal>
 EOF</userinput></screen>
 
   <para os="b">The actual password for <systemitem class="username">root</systemitem>
@@ -116,7 +119,12 @@ video:x:&gid-video;:
 utmp:x:&gid-utmp;:
 usb:x:&gid-usb;:
 cdrom:x:&gid-cdrom;:
-messagebus:x:&gid-messagebus;:</literal>
+adm:x:&gid-adm;:
+messagebus:x:&gid-messagebus;:
+systemd-journal:x:&gid-systemd-journal;:
+mail:x:&gid-mail;:
+wheel:x:&gid-wheel;:
+nogroup:x:&gid-nogroup;:</literal>
 EOF</userinput></screen>
 
   <variablelist os="d">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/common/pwdgroup.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list