Changeset f24a041 for chapter08


Ignore:
Timestamp:
07/17/2023 02:14:18 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
51c7e709
Parents:
870d24c
git-author:
Xi Ruoyao <xry111@…> (07/17/2023 01:58:53 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/17/2023 02:14:18 AM)
Message:

udev: Remove two udev rules requiring a full systemd installation

Or they'll produce some error messages saying "cannot execute
systemd-sysctl or systemd-vconsole-setup".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/udev.xml

    r870d24c rf24a041  
    5151 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    5252       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
     53
     54    <para>Remove one udev rule requiring a full Systemd installation:</para>
     55
     56 <screen><userinput remap="pre">sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in</userinput></screen>
    5357
    5458    <para>Prepare Udev for compilation:</para>
     
    112116        build.ninja | awk '{ print $2 }')                              \
    113117      $(realpath libudev.so --relative-to .)</userinput></screen>
     118
     119    <para>Remove one udev rule file requiring a full Systemd
     120    installation:</para>
     121
     122<screen><userinput remap="make">rm rules.d/90-vconsole.rules</userinput></screen>
    114123
    115124    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.