Changeset 7f3f152 for chapter08/udev.xml


Ignore:
Timestamp:
06/14/2024 10:30:33 PM (3 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
d9c86378
Parents:
e0850a7 (diff), c04d98d (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

    re0850a7 r7f3f152  
    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 API headers from 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 
    67 sed -i '/OVERLAYFS_SUPER_MAGIC/a \
    68 pidfs,           {PID_FS_MAGIC}' src/basic/filesystems-gperf.gperf</userinput></screen>
    6957
    7058    <para>Adjust the hardcoded paths to network configuration files for the
Note: See TracChangeset for help on using the changeset viewer.