mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
Merge pull request #2476 from pentoo/updates20250803a
script: random snippet to say which firmware was loaded
This commit is contained in:
commit
fab860faa2
1 changed files with 2 additions and 0 deletions
2
scripts/which_firmware
Normal file
2
scripts/which_firmware
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
sudo dmesg | awk '/Loading firmware:/{print "/lib/firmware/"$7}' | paste -sd ','
|
||||
Loading…
Reference in a new issue