Changeset ecf55d8 for chapter08


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

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/chapter08.xml

    rd49a0358 recf55d8  
    8585
    8686  <!-- systemd only -->
     87  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="markupsafe.xml"/>
     88  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jinja2.xml"/>
    8789  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
    8890  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
  • 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.