Changeset 75b35eb


Ignore:
Timestamp:
03/31/2022 05:52:46 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
0b1d238
Parents:
9dbad556 (diff), f30c2e8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter03/patches.xml

    r9dbad556 r75b35eb  
    143143    </varlistentry>
    144144
     145    <varlistentry revision="systemd">
     146      <term>Systemd Kernel Fixes Patch - <token>&systemd-kernel-fixes-patch-size;</token>:</term>
     147      <listitem>
     148        <para>Download: <ulink url="&patches-root;&systemd-kernel-fixes-patch;"/></para>
     149        <para>MD5 sum: <literal>&systemd-kernel-fixes-patch-md5;</literal></para>
     150      </listitem>
     151    </varlistentry>
     152
    145153    <varlistentry>
    146154      <term>Zstd Upstream Fixes Patch - <token>&zstd-upstream-fixes-patch-size;</token>:</term>
  • chapter08/systemd.xml

    r9dbad556 r75b35eb  
    4545
    4646<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>
    4752
    4853    <para>Remove two unneeded groups,
  • patches.ent

    r9dbad556 r75b35eb  
    9090<!ENTITY systemd-upstream-fixes-patch-size "20 KB">
    9191
     92<!ENTITY systemd-kernel-fixes-patch "systemd-&systemd-version;-kernel_5.17_fixes-1.patch">
     93<!ENTITY systemd-kernel-fixes-patch-md5 "34cee987b35d5d522fd3317e08057c1d">
     94<!ENTITY systemd-kernel-fixes-patch-size "2.7 KB">
     95
    9296<!ENTITY zstd-upstream-fixes-patch "zstd-&zstd-version;-upstream_fixes-1.patch">
    9397<!ENTITY zstd-upstream-fixes-patch-md5 "a7e576e3f87415fdf388392b257cdcf3">
Note: See TracChangeset for help on using the changeset viewer.