mirror of
https://github.com/TommyTran732/Kernel-Module-Blacklist.git
synced 2025-02-23 13:09:23 +01:00
Update README.md
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
f7b9bd8013
commit
0bac1b28e9
@ -12,7 +12,7 @@ If you want to send me your data, at minimum you will need the following:
|
|||||||
- The available kernel module on your system. This can be obtained with:
|
- The available kernel module on your system. This can be obtained with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls -R /lib/modules/"$(uname -r)"/kernel/{drivers,fs,net,sound} | grep "\.ko" | sed 's/.ko.xz//g' > blacklist.txt
|
ls -R /lib/modules/"$(uname -r)"/kernel/{drivers,fs,net,sound} | grep "\.ko" | sed 's/.ko.xz//g' | sed 's/.ko.zst//g' > blacklist.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
- The kernel modules being used on your system. This can be obtained with:
|
- The kernel modules being used on your system. This can be obtained with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user