diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 2ce2b1b83..43e1cea6c 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -45,6 +45,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen> + <para>Now, apply a patch to fix a problem with the linux kernel's headers in + version 5.17 and later:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-kernel_5.17_fixes-1.patch</userinput></screen> + <para>Remove two unneeded groups, <systemitem class="groupname">render</systemitem> and <systemitem class="groupname">sgx</systemitem>, from the default udev |