diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-01-30 05:39:40 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-01-30 05:39:40 +0000 |
commit | 73b3eb9fe5c970188b60c6ce5b229efadae4dcc1 (patch) | |
tree | bba0390a809db8230fb96207ec7c5f22da80cb22 /chapter06 | |
parent | 1e12915551da012c8835aa2ed35a72333c213c8c (diff) |
Update to systemd-237. Fixes #4203.
Update to linux-4.15. Fixes #4202.
Update to ncurses-6.1. Fixes #4201.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 6c8a79e19..92fa91c5b 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -50,7 +50,7 @@ <para>Remove tests that cannot be built in chroot:</para> -<screen><userinput remap="pre">sed '179,223d' -i src/resolve/meson.build</userinput></screen> +<screen><userinput remap="pre">sed '178,222d' -i src/resolve/meson.build</userinput></screen> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev |