mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 15:30:54 +00:00
firmware.sh: lookup lookup kernel provided firmware directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user