Ignore:
Timestamp:
07/09/2021 06:29:57 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
aea9d3b
Parents:
d49a0358 (diff), 87119fd (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rd49a0358 recf55d8  
    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.