diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-08-12 00:55:34 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-08-12 00:55:34 +0000 |
commit | 2ca70d33d9b80102510eb17ddb22ee54c821fda5 (patch) | |
tree | 11a48a2a07eb76c44fa16ad555bc76aca77890b7 /chapter08/systemd.xml | |
parent | 9b9db38c2f9cc31e7976e7d2742adb0b45ee317c (diff) |
Update to check-0.15.2
Update to systemd-246
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 4ddecf0ce..dff2a5ea8 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,9 +40,11 @@ <sect2 role="installation"> <title>Installation of systemd</title> +<!-- <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-2.patch</userinput></screen> +--> <para>Create a symlink to work around the xsltproc command not being installed:</para> @@ -54,7 +56,7 @@ <para>Remove tests that cannot be built in chroot:</para> -<screen><userinput remap="pre">sed '179,$ d' -i src/resolve/meson.build</userinput></screen> +<screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev @@ -250,8 +252,9 @@ meson --prefix=/usr \ <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, - /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, - /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d, + /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel, + /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd, + /usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;, /usr/share/factory, /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg> </seglistitem> |