mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-30 21:17:57 +00:00
Reinstate a debian/extra/rules/50-firmware.rules which immediately tells the kernel that userspace firmware loading failed. Otherwise it tries for a minute to call the userspace helper (if CONFIG_FW_LOADER_USER_HELPER is enabled) in vain, which causes long delays with devices which have a range of possible firmware versions. (LP: #1398458)
4 lines
210 B
Plaintext
4 lines
210 B
Plaintext
# 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"
|