diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-03-31 12:39:23 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-03-31 12:39:23 -0500 |
commit | f30c2e8029ba02f0e47d308ca9aafa835986ba14 (patch) | |
tree | b89239f810c57522dd8ba4d859432ddaf328fc10 /chapter08 | |
parent | 676f0fdcecb3d53217a274db1138ff22005bea9a (diff) |
Add in the patch needed for systemd with the 5.17 kernel
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 |