From 953b89fb2e47a35f55569185c020d3c69a095723 Mon Sep 17 00:00:00 2001 From: renodr Date: Sat, 13 Jul 2019 03:31:48 +0000 Subject: [PATCH] Fix issue with systemd-machine-id-setup introduced by my earlier commit git-svn-id: svn://svn.linuxfromscratch.org/LFS/trunk@11636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- BOOK/chapter06/systemd.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BOOK/chapter06/systemd.xml b/BOOK/chapter06/systemd.xml index f90e95498..0ab31d38d 100644 --- a/BOOK/chapter06/systemd.xml +++ b/BOOK/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: -- 2.11.4.GIT