Changeset f6bf77de


Ignore:
Timestamp:
11/11/2023 10:07:05 AM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
5196dae, f32a712
Parents:
d11686c
Message:

udev: Remove four udev rules belonging to logind

They are not really useful without logind. BLFS elogind package will
provide them too, so we should remove them and avoid a package manager
conflict.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/udev.xml

    rd11686c rf6bf77de  
    118118
    119119    <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>
     120    installation and four udev rule files for the login manager (if you need
     121    a login manager, install the BLFS elogind package after finishing LFS;
     122    the elogind package will install these udev rules as well):</para>
     123
     124<screen><userinput remap="make">rm rules.d/{70-uaccess,71-seat,73-seat-late,90-vconsole}.rules
     125rm ../rules.d/70-power-switch.rules</userinput></screen>
    123126
    124127    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.