diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 0c7e49fdc..7c484d867 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -39,11 +39,12 @@ <sect2 role="installation"> <title>Installation of systemd</title> - +<!-- <para>First, apply a patch to fix various bugs since the release of systemd-243.</para> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen> +--> <para>Create a symlink to work around missing xsltproc:</para> @@ -68,7 +69,7 @@ done</userinput></screen> <systemitem class="groupname">render</systemitem>, from the default udev rules:</para> -<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen> +<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen> <para>Prepare systemd for compilation:</para> |