Changeset 323c672


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra23cb7b r323c672  
    3838
    3939    <listitem>
     40      <para>2013-03-03</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Improve the tagging and placement of some post
     44          install instructions for DBus and Systemd. Thanks to Pierre Labastie
     45          for the report.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2013-03-01</para>
    4152      <itemizedlist>
  • chapter06/dbus.xml

    ra23cb7b r323c672  
    7979    <para>Install the package:</para>
    8080
    81 <screen><userinput remap="install">make install
     81<screen><userinput>make install
    8282dbus-uuidgen --ensure</userinput></screen>
    8383
  • 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>
  • general.ent

    ra23cb7b r323c672  
    1 <!ENTITY version "SYSTEMD-20130302">
    2 <!ENTITY releasedate "March 2, 2013">
     1<!ENTITY version "SYSTEMD-20130303">
     2<!ENTITY releasedate "March 3, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.