diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-12-05 18:47:12 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-12-05 18:47:12 +0000 |
commit | b7b0eea7be0c0245d4f55dd5fd44a7143d907815 (patch) | |
tree | 8ceb6cda7c4d211e2707f93ace032ce069bc2cae /chapter06/systemd.xml | |
parent | bec76acde9be4ec7517bb207063380ed5e3cb720 (diff) |
Update to bc-2.4.0
Update to linux-5.4.2
Update to systemd-244
Update to shadow-4.8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |