Changeset 30d408c


Ignore:
Timestamp:
06/02/2024 10:30:10 PM (5 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
e0850a7
Parents:
c824d20 (diff), b3c50e0 (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/systemd.xml

    rc824d20 r30d408c  
    4949       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    5050
    51  <para>Next, fix compatibility with linux-6.9 and later:</para>
     51 <para>Next, fix compatibility with API headers from linux-6.9 and later:</para>
    5252
    5353 <screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
    54 /* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */
     54/* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \
    5555#ifndef PID_FS_MAGIC \
    5656#define PID_FS_MAGIC 0x50494446 \
  • chapter08/udev.xml

    rc824d20 r30d408c  
    5656 <screen><userinput remap="pre">sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in</userinput></screen>
    5757
    58  <para>Next, fix compatibility with linux-6.9 and later:</para>
     58 <para>Next, fix compatibility with API headers from linux-6.9 and later:</para>
    5959
    6060 <screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
Note: See TracChangeset for help on using the changeset viewer.