[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-855-g43100c0

git git at cross-lfs.org
Mon Feb 3 03:20:04 PST 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  43100c0b6328a2c7148663d905889cbded2e281f (commit)
       via  849369d08ce3def8ca831f9ff1d8830a5f09f0a0 (commit)
       via  eb391373367f0bc18e8306d30750465876cebdce (commit)
       via  8a62e94112d442702dfec61d1c05fdf97dd4d279 (commit)
       via  eaa127eae6eb210a6905b88293706f54b159a84d (commit)
       via  324e39a8ac5f878a7e5049452688ee62f6be3715 (commit)
      from  961afdcdd3ecc07193358cf64250587438d58501 (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 43100c0b6328a2c7148663d905889cbded2e281f
Merge: 849369d 961afdc
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Feb 3 06:21:44 2014 -0500

    Merge branch 'systemd' of git.cross-lfs.org:cross-lfs into systemd


commit 849369d08ce3def8ca831f9ff1d8830a5f09f0a0
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Feb 3 06:20:40 2014 -0500

    Update eudev reference to systemd

diff --git a/BOOK/chroot/common/kernfs.xml b/BOOK/chroot/common/kernfs.xml
index 2ada3f2..7cbe8b8 100644
--- a/BOOK/chroot/common/kernfs.xml
+++ b/BOOK/chroot/common/kernfs.xml
@@ -41,7 +41,7 @@ mount -vt sysfs sysfs ${CLFS}/sys</userinput></screen>
 mknod -m 666 ${CLFS}/dev/null c 1 3</userinput></screen>
 
   <para>Once the system is complete and booting, the rest of our device
-  nodes are created by the Eudev package.  Since this package is not
+  nodes are created by Udev, part of Systemd.  Since this package is not
   available to us right now, we must take other steps to provide device
   nodes under on the CLFS filesystem.  We will use the <quote>bind</quote>
   option in the mount command to make our host system's /dev structure

commit eb391373367f0bc18e8306d30750465876cebdce
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Feb 3 06:17:28 2014 -0500

    Update eudev reference to systemd

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index 6e6dc3e..1bfbd22 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -175,7 +175,7 @@ EOF</userinput></screen>
   </variablelist>
 
   <para os="e">The created groups are not part of any standard—they are
-  groups decided on in part by the requirements of the Eudev configuration
+  groups decided on in part by the requirements of the Systemd configuration
   in the final system, and in part by common convention employed by a
   number of existing Linux distributions. The Linux Standard Base (LSB,
   available at <ulink url="http://www.linuxbase.org"/>) recommends only

commit 8a62e94112d442702dfec61d1c05fdf97dd4d279
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Feb 3 06:14:58 2014 -0500

    Text updates to remove references to log files that are no longer created

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index 7e9d5b3..6e6dc3e 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-pwdgroup">
   <?dbhtml filename="pwdgroup.html"?>
 
-  <title>Creating the passwd, group, and log Files</title>
+  <title>Creating the passwd and group Files</title>
 
   <indexterm zone="ch-boot-pwdgroup">
     <primary sortas="e-/etc/passwd">/etc/passwd</primary>
@@ -18,22 +18,6 @@
     <primary sortas="e-/etc/group">/etc/group</primary>
   </indexterm>
 
-  <indexterm zone="ch-boot-pwdgroup">
-    <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>
-  </indexterm>
-
-  <indexterm zone="ch-boot-pwdgroup">
-    <primary sortas="e-/var/log/btmp">/var/log/btmp</primary>
-  </indexterm>
-
-  <indexterm zone="ch-boot-pwdgroup">
-    <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary>
-  </indexterm>
-
-  <indexterm zone="ch-boot-pwdgroup">
-    <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary>
-  </indexterm>
-
   <para os="a">In order for user <systemitem class="username">root</systemitem> to
   be able to login and for the name <quote>root</quote> to be recognized,
   there must be relevant entries in the <filename>/etc/passwd</filename>
diff --git a/BOOK/chroot/common/pwdgroup.xml b/BOOK/chroot/common/pwdgroup.xml
index eeb7a86..1cc8aaa 100644
--- a/BOOK/chroot/common/pwdgroup.xml
+++ b/BOOK/chroot/common/pwdgroup.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-chroot-pwdgroup">
   <?dbhtml filename="pwdgroup.html"?>
 
-  <title>Creating the passwd, group, and log Files</title>
+  <title>Creating the passwd and group Files</title>
 
   <indexterm zone="ch-chroot-pwdgroup">
     <primary sortas="e-/etc/passwd">/etc/passwd</primary>
@@ -18,22 +18,6 @@
     <primary sortas="e-/etc/group">/etc/group</primary>
   </indexterm>
 
-  <indexterm zone="ch-chroot-pwdgroup">
-    <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>
-  </indexterm>
-
-  <indexterm zone="ch-chroot-pwdgroup">
-    <primary sortas="e-/var/log/btmp">/var/log/btmp</primary>
-  </indexterm>
-
-  <indexterm zone="ch-chroot-pwdgroup">
-    <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary>
-  </indexterm>
-
-  <indexterm zone="ch-chroot-pwdgroup">
-    <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary>
-  </indexterm>
-
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
   href="../../boot/common/pwdgroup.xml"
   xpointer="xpointer(//*[@os='a'])"/>

commit eaa127eae6eb210a6905b88293706f54b159a84d
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Feb 3 06:14:17 2014 -0500

    Removed unneeded command

diff --git a/BOOK/boot/common/changingowner.xml b/BOOK/boot/common/changingowner.xml
index 487a6d8..bf4df5b 100644
--- a/BOOK/boot/common/changingowner.xml
+++ b/BOOK/boot/common/changingowner.xml
@@ -20,11 +20,4 @@
 
 <screen os="b"><userinput>chown -Rv &uid-root;:&gid-root; ${CLFS}</userinput></screen>
 
-  <para>The following files are to be owned by the group
-  <systemitem class="username">utmp</systemitem> not by
-  <systemitem class="username">root</systemitem>.</para>
-
-<screen><userinput>chgrp -v &gid-utmp; ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen>
-
-
 </sect1>

commit 324e39a8ac5f878a7e5049452688ee62f6be3715
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Feb 3 06:05:26 2014 -0500

    Spelling fix

diff --git a/BOOK/boot/common/devices.xml b/BOOK/boot/common/devices.xml
index dc9e8e2..08b4e5c 100644
--- a/BOOK/boot/common/devices.xml
+++ b/BOOK/boot/common/devices.xml
@@ -41,7 +41,7 @@ mknod -m 0666 ${CLFS}/dev/zero c 1 5</userinput></screen>
 
     <para>When Systemd starts a tmpfs filesystem is mounted over
     <filename class="directory">/dev</filename> and the previous entries are
-    no-longer available. The folling command creates files that are copied
+    no-longer available. The following command creates files that are copied
     over when udevd starts:</para>
 
 <screen><userinput>mkdir -pv ${CLFS}/lib/udev/devices/{pts,shm}

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

Summary of changes:
 BOOK/boot/common/changingowner.xml |    7 -------
 BOOK/boot/common/devices.xml       |    2 +-
 BOOK/boot/common/pwdgroup.xml      |   20 ++------------------
 BOOK/chroot/common/kernfs.xml      |    2 +-
 BOOK/chroot/common/pwdgroup.xml    |   18 +-----------------
 5 files changed, 5 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list