Merge pull request #2476 from pentoo/updates20250803a

script: random snippet to say which firmware was loaded
This commit is contained in:
github-actions[bot] 2025-08-03 23:12:40 +00:00 committed by GitHub
commit fab860faa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
scripts/which_firmware Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
sudo dmesg | awk '/Loading firmware:/{print "/lib/firmware/"$7}' | paste -sd ','