summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEmery Hemingway <emery@vfemail.net>2016-02-26 11:46:42 +0100
committerEmery Hemingway <emery@vfemail.net>2016-02-26 11:46:42 +0100
commit088440bd65c9a55c79d938023c5e5fac4a41af1f (patch)
treeae0950d01a7304001da985e5d7709a28f4062ae8 /README.md
parentfe0e5b767e35eee3d2ebf0417e7bed1d62c06196 (diff)
Add tips and tricks section to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98ae408..f697a7b 100644
--- a/README.md
+++ b/README.md
@@ -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" ];```