From 8a0d39eebe47adcbd5e02ffa73416b455f692966 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 28 Sep 2019 03:04:03 +0000 Subject: Update to systemd-243. BLFS portion coming whenever utility power is restored here. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/systemd.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 9ba24ded5..8f6d1287e 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -40,10 +40,10 @@ Installation of systemd - First, apply a patch to fix issues with systemd-networkd on Linux 5.2+ - kernels, as well as with AMD Ryzen CPUs: + First, apply a patch to fix issues with udev and evdev + device node assignment: -patch -Np1 -i ../systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch +patch -Np1 -i ../systemd-&systemd-version;-udev_fix-1.patch Create a symlink to work around missing xsltproc: @@ -70,8 +70,6 @@ done sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in - - Prepare systemd for compilation: mkdir -p build @@ -79,7 +77,6 @@ cd build PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib/pkgconfig" \ LANG=en_US.UTF-8 \ -CFLAGS+="-Wno-format-overflow" \ meson --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ @@ -207,6 +204,10 @@ meson --prefix=/usr \ systemd-machine-id-setup + Setup the basic target structure: + +systemctl preset-all + Remove symbolic links to Util-Linux libraries: rm -fv /usr/lib/lib{blkid,uuid,mount}.so* -- cgit v1.2.3-54-g00ecf