source: udev-lfs/55-lfs.txt@ c74edb3

ml-11.0 multilib
Last change on this file since c74edb3 was 12574f2, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Add boot/shutdown script customization instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 758 bytes
Line 
1Purpose of rules file:
2
3Most of the rules installed by Udev itself create devices with the correct
4properties. This file contains rules that have not been merged upstream yet.
5
6Description of rules:
7
8By default, Udev creates device nodes with UID 0, GID 0, and permissions 0660.
9
10ISDN-related devices should be owned by the 'dialout' group, hence the following
11rule (and similar):
12
13KERNEL=="ippp[0-9]*", GROUP="dialout"
14
15The RTC-related rules cause the setclock bootscript to be run as soon as the
16RTC device has been created by Udev, meaning that times in log files, for
17example, are as accurate as possible as quickly as possible.
18
19A final word of caution: Any particular rule must be written on one line, and a
20comma must separate each part of the rule.
Note: See TracBrowser for help on using the repository browser.