diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 9c9099e39..9ba24ded5 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -40,6 +40,11 @@ <sect2 role="installation"> <title>Installation of systemd</title> + <para>First, apply a patch to fix issues with systemd-networkd on Linux 5.2+ + kernels, as well as with AMD Ryzen CPUs:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch</userinput></screen> + <para>Create a symlink to work around missing xsltproc:</para> <screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen> |