Changeset f202da3b


Ignore:
Timestamp:
02/21/2015 02:41:28 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f30e3ce9
Parents:
a3c830c
Message:

Fix systemd-tmpfiles. Thanks to spiky for the report.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    ra3c830c rf202da3b  
    200200ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
    201201
    202     <para>Remove a reference to a non-existent group:</para>
    203 
    204 <screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
     202    <para>Remove a reference to a non-existent group and fix
     203    a configuration file so it doesn't cause
     204    <command>systemd-tmpfiles</command> to fail at boot:</para>
     205
     206<screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf
     207sed -i "/pam.d/d" /usr/lib/tmpfiles.d/etc.conf</userinput></screen>
    205208
    206209    <para>Create the <filename>/etc/machine-id</filename> file needed by
Note: See TracChangeset for help on using the changeset viewer.