mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
rules: Fedora update
This commit is contained in:
parent
4beaed3652
commit
b5485961d7
8
etc/udev/redhat/06-udev-rh-early.rules
Normal file
8
etc/udev/redhat/06-udev-rh-early.rules
Normal file
@ -0,0 +1,8 @@
|
||||
# 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"
|
||||
|
||||
ACTION=="add", SUBSYSTEM=="?*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
|
||||
# pnp devices
|
||||
ACTION=="add", SUBSYSTEM=="pnp", ATTR{id}=="?*", RUN+="/sbin/modprobe pnp:d$attr{id}"
|
||||
ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*", RUN="/sbin/firmware_helper", OPTIONS="last_rule"
|
Loading…
x
Reference in New Issue
Block a user