From 6d19228191743967e3f30ebaf833b5d0857d018b Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 30 Dec 2021 11:39:08 -0600 Subject: Package Updates: Update to systemd-250 (BLFS coming shortly) Update to meson-0.60.3 Kernel Configuration: Enable the framebuffer since it's disabled by default in Linux-5.15. Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on systemd. --- chapter08/systemd.xml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'chapter08') diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index ec0ffc4a4..ce03354a8 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -41,14 +41,10 @@ Installation of systemd + Remove two unneeded groups, @@ -59,15 +55,6 @@ sed -i -e 's/GROUP="render"/GROUP="video"/' \ -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in - Fix a meson problem: - - sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build - - Fix a problem when building with kernel headers from Linux-5.14 and - later: - - sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP 290' src/basic/linux/if_arp.h - Prepare systemd for compilation: mkdir -p build @@ -217,6 +204,11 @@ meson --prefix=/usr \ systemctl disable systemd-time-wait-sync.service + Fix a regression in a systemd unit that causes a delay when + switching TTYs: + +sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service +