From a815ec734c6d239e816278cc5820e71024d5a09f Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 5 Feb 2021 06:51:37 +0000 Subject: [PATCH] ch08/systemd: sync with BLFS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/systemd.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 31eed51b2..899ee3f14 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -212,6 +212,10 @@ meson --prefix=/usr \ rm -f /usr/bin/xsltproc + Remove an useless directory: + +rm -rf /usr/lib/pam.d + Create the /etc/machine-id file needed by systemd-journald: @@ -228,10 +232,14 @@ meson --prefix=/usr \ systemctl disable systemd-time-wait-sync.service + +