Author: matthew
Date: Sun Mar 3 11:34:48 2013
New Revision: 10187
Log:
Have DBus use the same machine-id file as Systemd
Modified:
branches/systemd/BOOK/chapter01/changelog.xml
branches/systemd/BOOK/chapter06/dbus.xml
Modified: branches/systemd/BOOK/chapter01/changelog.xml
==============================================================================
--- branches/systemd/BOOK/chapter01/changelog.xml Sun Mar 3 09:59:14
2013 (r10186)
+++ branches/systemd/BOOK/chapter01/changelog.xml Sun Mar 3 11:34:48
2013 (r10187)
@@ -40,6 +40,10 @@
<para>2013-03-03</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Have DBus use the same
+ <filename>machine-id</filename> file as Systemd.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Improve the tagging and placement of some post
install instructions for DBus and Systemd. Thanks to Pierre Labastie
for the report.</para>
Modified: branches/systemd/BOOK/chapter06/dbus.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/dbus.xml Sun Mar 3 09:59:14 2013
(r10186)
+++ branches/systemd/BOOK/chapter06/dbus.xml Sun Mar 3 11:34:48 2013
(r10187)
@@ -78,8 +78,12 @@
<para>Install the package:</para>
-<screen><userinput>make install
-dbus-uuidgen --ensure</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
+
+ <para>Create a symlink, so that DBus and Systemd can use the same
+ <filename>machine-id</filename> file:</para>
+
+<screen><userinput>ln -s /etc/machine-id /var/lib/dbus</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page