Update check package URL
[linux_from_scratch.git] / udev-lfs / 55-lfs.txt
blob5f116f9b7145d0869786f17cff056a541aad6b13
1 Purpose of rules file:
3 Most of the rules installed by Udev itself create devices with the correct
4 properties.  This file contains rules that have not been merged upstream yet.
6 Description of rules:
8 By default, Udev creates device nodes with UID 0, GID 0, and permissions 0660.
10 ISDN-related devices should be owned by the 'dialout' group, hence the following
11 rule (and similar):
13 KERNEL=="ippp[0-9]*", GROUP="dialout"
15 The RTC-related rules cause the setclock bootscript to be run as soon as the
16 RTC device has been created by Udev, meaning that times in log files, for
17 example, are as accurate as possible as quickly as possible.
19 A final word of caution: Any particular rule must be written on one line, and a
20 comma must separate each part of the rule.