Changes in / [c824d20:30d408c]


Ignore:
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.