From af843de0c7db18ff11980900b5d7ea3ce7a646ef Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Fri, 5 Mar 2021 01:09:49 +0000 Subject: [PATCH] Add systemd patch to allow rfkill to function properly on Linux 5.11+ git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24339 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 ++-- general/sysutils/systemd.xml | 5 +++-- introduction/welcome/changelog.xml | 10 ++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/general.ent b/general.ent index d3237f4fe4..a3f5e84458 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/general/sysutils/systemd.xml b/general/sysutils/systemd.xml index 4dd05fc08f..e4641da199 100644 --- a/general/sysutils/systemd.xml +++ b/general/sysutils/systemd.xml @@ -83,7 +83,7 @@ Required patch: - + @@ -147,7 +147,8 @@ Apply a patch to fix regressions in systemd-networkd and segmentation - faults in systemctl: + faults in systemctl, as well as to allow systemd-rfkill to function under + Linux-5.11+: patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 4275184212..556d5317a5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,16 @@ --> + + March 4th, 2021 + + + [renodr] - Update the systemd patch to allow systemd-rfkill + to still function properly once LFS gets updated to Linux-5.11. + + + + March 3rd, 2021