Ignore:
Timestamp:
05/29/2022 04:29:20 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f435668
Parents:
0d7dbaf
git-author:
Xi Ruoyao <xry111@…> (05/29/2022 04:19:56 AM)
git-committer:
Xi Ruoyao <xry111@…> (05/29/2022 04:29:20 AM)
Message:

update to systemd-251 (#5064)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r0d7dbaf rb4008bb  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
    42 
    43     <para>First, apply a patch to fix a security vulnerability and regressions
    44     with hostnames and idle units:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    47 
    48     <para>Now, apply a patch to fix a problem with the linux kernel's headers in
    49     version 5.17 and later:</para>
    50 
    51 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-kernel_5.17_fixes-1.patch</userinput></screen>
    5242
    5343    <para>Remove two unneeded groups,
     
    186176    <para>Install the man pages:</para>
    187177
    188 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz -C /usr/share/man</userinput></screen>
     178    <!-- Please make sure systemd man pages tarball has a common leading
     179         component in the path.  -->
     180<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man</userinput></screen>
    189181
    190182    <para>Remove a useless directory:</para>
Note: See TracChangeset for help on using the changeset viewer.