Changeset 5818041 for chapter08/udev.xml


Ignore:
Timestamp:
06/14/2024 03:37:53 PM (4 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/mips64el, xry111/multilib
Children:
cadbe55
Parents:
6acfe2e
Message:

Package updates.
Update to vim-9.1.0478.
Update to iana-etc-20240607.
Update to systemd-256.
Update to python3-3.12.4.
Update to perl-5.40.0.
Update to openssl-3.3.1 (Security fix).
Update to linux-6.9.4.
Update to findutils-4.10.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/udev.xml

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