clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since a6cd72e was a6cd72e, checked in by Jim Gifford <clfs@…>, 19 years ago |
r861@server (orig r859): jim | 2005-12-06 22:41:11 -0800
r994@server: jim | 2005-12-06 22:39:42 -0800
Updates from 077 OpenSuse Package
|
-
Property mode
set to
100644
|
File size:
970 bytes
|
Line | |
---|
1 | ########################################################################
|
---|
2 | #
|
---|
3 | # Description : 05-udev-early.rules
|
---|
4 | #
|
---|
5 | # Authors : Based on Open Suse Udev Rules
|
---|
6 | # kay.sievers@suse.de
|
---|
7 | #
|
---|
8 | # Adapted to : Jim Gifford
|
---|
9 | # LFS
|
---|
10 | #
|
---|
11 | # Version : 00.01
|
---|
12 | #
|
---|
13 | # Notes :
|
---|
14 | #
|
---|
15 | ########################################################################
|
---|
16 |
|
---|
17 | ########################################################################
|
---|
18 | #
|
---|
19 | # Description : 05-udev-early.rules
|
---|
20 | #
|
---|
21 | # Authors : Based on Open Suse Udev Rules
|
---|
22 | # kay.sievers@suse.de
|
---|
23 | #
|
---|
24 | # Adapted to : Jim Gifford
|
---|
25 | # LFS
|
---|
26 | #
|
---|
27 | # Version : 00.01
|
---|
28 | #
|
---|
29 | # Notes :
|
---|
30 | #
|
---|
31 | ########################################################################
|
---|
32 |
|
---|
33 | # sysfs is populated after the event is sent
|
---|
34 | #
|
---|
35 | ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
|
---|
36 |
|
---|
37 | # ignore these events until someone needs them
|
---|
38 | #
|
---|
39 | SUBSYSTEM=="drivers", OPTIONS="ignore_device"
|
---|
40 | SUBSYSTEM=="module", OPTIONS="ignore_device"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.