1
0
mirror of https://github.com/rancher/os.git synced 2025-09-26 13:13:02 +00:00
Files
os/images/01-base/usr/lib/udev/rules-extras.d/50-firmware.rules

4 lines
210 B
Plaintext
Raw Normal View History

2018-12-05 10:57:42 +08:00
# stub for immediately telling the kernel that userspace firmware loading
# failed; necessary to avoid long timeouts with CONFIG_FW_LOADER_USER_HELPER=y
SUBSYSTEM=="firmware", ACTION=="add", ATTR{loading}="-1"