Update README.md

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-03 11:30:28 -07:00
parent f7b9bd8013
commit 0bac1b28e9
No known key found for this signature in database
GPG Key ID: 555C902A34EC968F

View File

@ -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:
```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: