Changeset 6acfe2e for chapter08/udev.xml


Ignore:
Timestamp:
05/31/2024 05:06:49 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/multilib
Children:
464fd243, 5818041, c824d20
Parents:
8630ec3
Message:

Package Updates.
Update to meson-1.4.1.
Update to xz-5.6.2.
Add linux-6.9.x compatibility instructions to systemd and udev.
Update to setuptools-70.0.0 (python module).
Update to ninja-1.12.1.
Update to man-pages-6.8.
Update to linux-6.9.3.
Update to libcap-2.70.
Update to iproute2-6.9.0.
Update to e2fsprogs-1.47.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/udev.xml

    r8630ec3 r6acfe2e  
    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.