[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-651-gd150ded

git git at cross-lfs.org
Sat Jan 4 23:08:39 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  d150ded6446bb34cf292accaf36358343d7abe29 (commit)
       via  67d32d7a7a1a77a3157d758fceba9bc3da1d4911 (commit)
      from  e087b98e69946535ac5f4d55100a2925c43e9fac (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 d150ded6446bb34cf292accaf36358343d7abe29
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jan 5 02:08:30 2014 -0500

    Updates systemd instructions

diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index 92b3f58..8529d6d 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -49,6 +49,18 @@ do
 done
 install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
 
+    <para os="i">Create symlinks for backwards-compatibility with Sysvinit:</para>
+
+<screen os="j"><userinput>for tool in runlevel reboot shutdown poweroff halt telinit; do
+  ln -sfv ../bin/systemctl /sbin/$tool
+done
+ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
+
+    <para os="k">Modify a configuration file which references a group that
+    doesn't exist:</para>
+
+<screen os="l"><userinput>sed -i "s at root lock at 0root root at g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
+
   </sect2>
 
   <sect2 id="conf-systemd" role="configuration">
@@ -62,6 +74,11 @@ install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput>
       <primary sortas="e-/etc/os-release">/etc/os-release</primary>
     </indexterm>
 
+    <para>Create <filename>/etc/machine-id</filename> which is needed
+    by Journald:</para>
+
+<screen><userinput>systemd-machine-id-setup</userinput></screen>
+
     <para>Create a file to identify the operating system.
     <command>systemd</command> will use this file on boot to put information
     on the screen.</para>

commit 67d32d7a7a1a77a3157d758fceba9bc3da1d4911
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jan 5 02:01:04 2014 -0500

    Update D-Bus installation instructions

diff --git a/BOOK/final-system/common/dbus.xml b/BOOK/final-system/common/dbus.xml
index f9a321b..4136d2b 100644
--- a/BOOK/final-system/common/dbus.xml
+++ b/BOOK/final-system/common/dbus.xml
@@ -25,11 +25,11 @@
   <sect2 role="installation">
     <title>Installation of D-Bus</title>
 
-    <para os="a">Prepare Vim for compilation:</para>
+    <para os="a">Prepare D-Bus for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc \
-    --libdir=/usr/lib --libexecdir=/usr/lib/dbus-1.0 \
-    --localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system</userinput></screen>
+    --libexecdir=/usr/lib/dbus-1.0 --localstatedir=/var \
+    --with-systemdsystemunitdir=/lib/systemd/system</userinput></screen>
 
     <para os="c">Compile the package:</para>
 

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

Summary of changes:
 BOOK/final-system/common/dbus.xml    |    6 +++---
 BOOK/final-system/common/systemd.xml |   17 +++++++++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list