Add tips and tricks section to README

This commit is contained in:
Emery Hemingway 2016-02-26 11:46:42 +01:00
parent fe0e5b767e
commit 088440bd65
1 changed files with 5 additions and 0 deletions

View File

@ -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" ];```