Changeset c824d20 for chapter08/udev.xml


Ignore:
Timestamp:
05/31/2024 10:30:26 PM (4 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
30d408c
Parents:
b13c43a (diff), 6acfe2e (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/udev.xml

    rb13c43a rc824d20  
    5555
    5656 <screen><userinput remap="pre">sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in</userinput></screen>
     57
     58 <para>Next, fix compatibility with linux-6.9 and later:</para>
     59
     60 <screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
     61/* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \
     62#ifndef PID_FS_MAGIC \
     63#define PID_FS_MAGIC 0x50494446 \
     64#endif
     65}' src/basic/missing_magic.h
     66
     67sed -i '/OVERLAYFS_SUPER_MAGIC/a \
     68pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
    5769
    5870    <para>Adjust the hardcoded paths to network configuration files for the
Note: See TracChangeset for help on using the changeset viewer.