Add tips and tricks section to README
This commit is contained in:
parent
fe0e5b767e
commit
088440bd65
|
@ -17,3 +17,8 @@ and performance configs can be declared in seperate modules.
|
|||
|
||||
Because modules can only be tested with the appropriate hardware,
|
||||
quality assurance is up to **you**.
|
||||
|
||||
## Simple tips and tricks
|
||||
|
||||
### Disable PC speaker
|
||||
```boot.blacklistedKernelModules = [ "pcspkr" ];```
|
||||
|
|
Loading…
Reference in a new issue