Ignore:
Timestamp:
08/14/2020 03:04:02 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
a1ad522
Parents:
9f715a8
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r9f715a8 re9a3e8f  
    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,
     
    378380        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    379381        /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
    380         /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
    381         /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
     382        /usr/lib/binfmt.d, /usr/lib/environment.d, /usr/lib/kernel,
     383        /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd,
     384        /usr/lib/tmpfiles.d,
    382385        /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
    383386        /usr/share/systemd, /var/lib/systemd, and /var/log/journal</seg>
Note: See TracChangeset for help on using the changeset viewer.