Changeset 464fd243 for chapter08


Ignore:
Timestamp:
06/02/2024 11:38:25 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
multilib, trunk, xry111/arm64, xry111/clfs-ng
Children:
b3c50e0
Parents:
6acfe2e
Message:

udev & systemd: Emphasis "API headers" for linux compatibility

Or people will ask "why no-break-userspace rule does not apply?"

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r6acfe2e r464fd243  
    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 \
  • chapter08/udev.xml

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