From 84dbccb25b2515360d3d3a1cec5abb7460a4d1ab Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 13 Jul 2019 03:31:48 +0000 Subject: 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 --- chapter06/systemd.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') 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 \ rm -f /usr/bin/xsltproc - Remove symbolic links to Util-Linux libraries: - -rm -fv /usr/lib/lib{blkid,uuid,mount}.so* - Create the /etc/machine-id file needed by systemd-journald: systemd-machine-id-setup + Remove symbolic links to Util-Linux libraries: + +rm -fv /usr/lib/lib{blkid,uuid,mount}.so* + Prevent systemd from creating /run/nologin to allow unprivileged user logins without systemd-logind: -- cgit v1.2.3-54-g00ecf