diff options
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 23f27e10a..e701376df 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -46,9 +46,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> --> - <para>First, apply a patch to fix some regressions:</para> + <!-- For linux-5.11's API headers changing the rfkill_event structure --> + <para>First, apply a patch to fix some regressions and fix functionality + with future versions of the kernel:</para> -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-2.patch</userinput></screen> <para>Create a symlink to work around the xsltproc command not being installed:</para> |