mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
a3c830cdda
commit
f202da3b40
@ -199,9 +199,12 @@ EOF</userinput></screen>
|
||||
done
|
||||
ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
|
||||
|
||||
<para>Remove a reference to a non-existent group:</para>
|
||||
<para>Remove a reference to a non-existent group and fix
|
||||
a configuration file so it doesn't cause
|
||||
<command>systemd-tmpfiles</command> to fail at boot:</para>
|
||||
|
||||
<screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
|
||||
<screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf
|
||||
sed -i "/pam.d/d" /usr/lib/tmpfiles.d/etc.conf</userinput></screen>
|
||||
|
||||
<para>Create the <filename>/etc/machine-id</filename> file needed by
|
||||
<command>systemd-journald</command>:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user