Ignore:
Timestamp:
08/12/2020 12:55:34 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8b0e9795
Parents:
9b9db38
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r9b9db38 r2ca70d33  
    4141    <title>Installation of systemd</title>
    4242
     43<!--
    4344    <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para>
    4445
    4546<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
     47-->
    4648
    4749    <para>Create a symlink to work around the xsltproc command not being installed:</para>
     
    5557    <para>Remove tests that cannot be built in chroot:</para>
    5658
    57 <screen><userinput remap="pre">sed '179,$ d' -i src/resolve/meson.build</userinput></screen>
     59<screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
    5860
    5961    <para>Remove an unneeded group,
     
    251253        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    252254        /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
    253         /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
    254         /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
     255        /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel,
     256        /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd,
     257        /usr/lib/tmpfiles.d,
    255258        /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
    256259        /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg>
Note: See TracChangeset for help on using the changeset viewer.