mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
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"
|
||
|
|