source: udev/05-udev-early.rules@ 4a93072

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 4a93072 was 128c984, checked in by Jim Gifford <clfs@…>, 19 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.