Changeset 3b28b3e


Ignore:
Timestamp:
02/10/2019 05:37:28 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
0dfefe1
Parents:
bc5b7af
Message:

Added machine-id symlink for elogind.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21124 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    rbc5b7af r3b28b3e  
    229229<screen role="root" revision="sysv"><userinput>dbus-uuidgen --ensure</userinput></screen>
    230230
     231    <para revision="sysv">
     232      If using <xref linkend="elogind"/>, create a symlink to the
     233      <filename>/var/lib/dbus/machine-id</filename> file:
     234    </para>
     235
     236<screen role="root" revision="sysv"><userinput>ln -sv /var/lib/dbus/machine-id /etc</userinput></screen>
     237
    231238    <para revision="systemd">
    232239      If not in chroot, at this point, you should reload the systemd daemon,
  • introduction/welcome/changelog.xml

    rbc5b7af r3b28b3e  
    4646      <para>February 10th, 2019</para>
    4747      <itemizedlist>
     48        <listitem revision="sysv">
     49          <para>[dj] - Added machine-id symlink for elogind.</para>
     50        </listitem>
    4851        <listitem>
    4952          <para>[bdubbs] - Update to xf86-video-intel-20190208. Updated in 
Note: See TracChangeset for help on using the changeset viewer.