diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-08-03 20:25:53 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-08-03 20:25:53 +0000 |
commit | 70dcd88270ee39a1d68916ee07af97312ac86cea (patch) | |
tree | 767e7bd67557f6d35b3ca798937bcd772ddbd119 /chapter06/systemd.xml | |
parent | 4e32649dfe4b328c6dd38e91e825d49418319fe4 (diff) |
Add systemd patch to fix networkd under 5.2+ kernels, as well as issues with RDRAND on AMD Ryzen CPUs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |