source: udev/05-udev-early.rules @ 128c984

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 128c984 was 128c984, checked in by Jim Gifford <clfs@…>, 18 years ago

r862@server (orig r860): jim | 2005-12-06 22:44:56 -0800

r996@server: jim | 2005-12-06 22:44:40 -0800
Fixed typo and removed duplicate header


  • Property mode set to 100644
File size: 621 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# sysfs is populated after the event is sent
18#
19ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
20
21# ignore these events until someone needs them
22#
23SUBSYSTEM=="drivers",           OPTIONS="ignore_device"
24SUBSYSTEM=="module",            OPTIONS="ignore_device"
Note: See TracBrowser for help on using the repository browser.