Ignore:
Timestamp:
07/09/2021 02:16:54 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
47c9152, ecf55d8
Parents:
b1fb931
Message:

Package Updates and Additions
Add MarkupSafe
Add Jinja2
Update to texinfo-6.8
Update to iproute2-5.13.0
Update to Python-3.9.6 (Security Update)
Update to systemd-249 (Security Update)
Update to Linux-5.13.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rb1fb931 r87119fd  
    4747-->
    4848
    49     <!-- For linux-5.11's API headers changing the rfkill_event structure -->
     49    <!-- For linux-5.11's API headers changing the rfkill_event structure
    5050    <para>First, apply a patch to fix some build issues:</para>
    5151
    5252<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
     53-->
    5354
    5455<!-- Seems to be not needed anymore with 248
     
    5859-->
    5960
    60     <para>Remove an unneeded group,
    61     <systemitem class="groupname">render</systemitem>, from the default udev
     61    <para>Remove two unneeded groups,
     62    <systemitem class="groupname">render</systemitem> and
     63    <systemitem class="groupname">sgx</systemitem>, from the default udev
    6264    rules:</para>
    6365
    64 <screen><userinput remap="pre">sed -i 's/GROUP="render"/GROUP="video"/' rules.d/50-udev-default.rules.in</userinput></screen>
     66 <screen><userinput remap="pre"> sed -i -e 's/GROUP="render"/GROUP="video"/' \
     67        -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    6568
    6669    <para>Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.