diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-07-13 03:31:48 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-07-13 03:31:48 +0000 |
commit | 84dbccb25b2515360d3d3a1cec5abb7460a4d1ab (patch) | |
tree | 7fdf6f32bed785336239dfc3db418f75df44b01c /chapter06 | |
parent | c556e5944942f0d9ad66fb5f025d249eb0a733b1 (diff) |
Fix issue with systemd-machine-id-setup introduced by my earlier commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index f90e95498..0ab31d38d 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -197,15 +197,15 @@ meson --prefix=/usr \ <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen> - <para>Remove symbolic links to Util-Linux libraries:</para> - -<screen><userinput remap="install">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen> - <para>Create the <filename>/etc/machine-id</filename> file needed by <command>systemd-journald</command>:</para> <screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen> + <para>Remove symbolic links to Util-Linux libraries:</para> + +<screen><userinput remap="install">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen> + <para>Prevent systemd from creating <filename>/run/nologin</filename> to allow unprivileged user logins without <application>systemd-logind</application>:</para> |