diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 4049d726d..4ddecf0ce 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,9 +40,9 @@ <sect2 role="installation"> <title>Installation of systemd</title> - <para>First, apply a patch to fix the build with GCC-10:</para> + <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para> -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> <para>Create a symlink to work around the xsltproc command not being installed:</para> |