Ignore:
Timestamp:
03/03/2013 04:11:07 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:
ab6f6bb6
Parents:
a23cb7b
Message:

Improve the tagging and placement of some post install instructions for DBus and Systemd.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    ra23cb7b r323c672  
    106106<screen><userinput remap="install">make install</userinput></screen>
    107107
    108     <para>Create the <filename>/etc/machine-id</filename> file needed by
    109     Journald:</para>
    110 
    111 <screen><userinput remap="install">systemd-machine-id-setup</userinput></screen>
    112 
    113108    <para>Create the Sysvinit compatibility symlinks, so Systemd is used
    114109    as the default init system:</para>
     
    126121<screen><userinput remap="install">mkdir -pv /var/log/journal</userinput></screen>
    127122
    128     <para>Remove reference to a non-existent group:</para>
     123    <para>Remove a reference to a non-existent group:</para>
    129124
    130125<screen><userinput remap="install">sed -i "s@0775 root lock@0755 root root@g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
     126
     127    <para>Create the <filename>/etc/machine-id</filename> file needed by
     128    Journald:</para>
     129
     130<screen><userinput>systemd-machine-id-setup</userinput></screen>
    131131
    132132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.