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
This commit is contained in:
Douglas R. Reno 2021-03-05 01:09:49 +00:00
parent edddb380f8
commit af843de0c7
3 changed files with 15 additions and 4 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2021">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "March 3rd, &year;">
<!ENTITY releasedate "March 4th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -83,7 +83,7 @@
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
<ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-2.patch"/>
</para>
</listitem>
</itemizedlist>
@ -147,7 +147,8 @@
<para>
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+:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>

View File

@ -41,6 +41,16 @@
</itemizedlist>
</listitem>
-->
<listitem revision="systemd">
<para>March 4th, 2021</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update the systemd patch to allow systemd-rfkill
to still function properly once LFS gets updated to Linux-5.11.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 3rd, 2021</para>
<itemizedlist>