mirror of
https://github.com/systemd/systemd.git
synced 2025-03-28 02:50:16 +03:00
firmware.sh: lookup lookup kernel provided firmware directory
This commit is contained in:
parent
aa1f5304b0
commit
2bb9f412bc
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
FIRMWARE_DIRS="/lib/firmware /usr/local/lib/firmware"
|
||||
FIRMWARE_DIRS="/lib/firmware/$(uname -r) /lib/firmware"
|
||||
|
||||
err() {
|
||||
echo "$@" >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user