Changeset ab6f6bb6


Ignore:
Timestamp:
03/03/2013 07:34:48 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
4818ca8
Parents:
323c672
Message:

Have DBus use the same machine-id file as Systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r323c672 rab6f6bb6  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Have DBus use the same
     44          <filename>machine-id</filename> file as Systemd.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[matthew] - Improve the tagging and placement of some post
    4448          install instructions for DBus and Systemd. Thanks to Pierre Labastie
  • chapter06/dbus.xml

    r323c672 rab6f6bb6  
    7979    <para>Install the package:</para>
    8080
    81 <screen><userinput>make install
    82 dbus-uuidgen --ensure</userinput></screen>
     81<screen><userinput remap="install">make install</userinput></screen>
     82
     83    <para>Create a symlink, so that DBus and Systemd can use the same
     84    <filename>machine-id</filename> file:</para>
     85
     86<screen><userinput>ln -s /etc/machine-id /var/lib/dbus</userinput></screen>
    8387
    8488  </sect2>
Note: See TracChangeset for help on using the changeset viewer.