mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
6de383a262
Update udev-lfs tarball to remove obsolete cdrom rules and references to ISDN devices. Update to wheel-0.41.0 (Python Module). Update to tar-1.35. Update to systemd-254. Update to meson-1.2.0. Update to linux-6.4.7. Update to gcc-13.2.0. Update to file-5.45.
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
# /etc/udev/rules.d/55-lfs.rules: Rule definitions for LFS.
|
|
|
|
# Core kernel devices
|
|
|
|
# This causes the system clock to be set as soon as /dev/rtc becomes available.
|
|
SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
|
|
KERNEL=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
|
|
|