1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
systemd/etc/udev/suse/05-udev-early.rules
Kay Sievers d69b2203c3 update SUSE rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-23 00:13:34 +01:00

9 lines
327 B
Plaintext

# sysfs is populated after the event is sent
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
# ignore these events until someone needs them
SUBSYSTEM=="drivers", OPTIONS="ignore_device"
SUBSYSTEM=="module", OPTIONS="ignore_device"