From 87119fd250fad6fd818f6fc325e55f513b56e694 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 8 Jul 2021 21:16:54 -0500 Subject: Package Updates and Additions Add MarkupSafe Add Jinja2 Update to texinfo-6.8 Update to iproute2-5.13.0 Update to Python-3.9.6 (Security Update) Update to systemd-249 (Security Update) Update to Linux-5.13.1 --- chapter08/systemd.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'chapter08/systemd.xml') diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 002f6d749..c350dcf3a 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -46,10 +46,11 @@ patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch --> - + - Remove an unneeded group, - render, from the default udev + Remove two unneeded groups, + render and + sgx, from the default udev rules: -sed -i 's/GROUP="render"/GROUP="video"/' rules.d/50-udev-default.rules.in + sed -i -e 's/GROUP="render"/GROUP="video"/' \ + -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in Prepare systemd for compilation: -- cgit v1.2.3-54-g00ecf