diff options
Diffstat (limited to 'docs/misc')
-rw-r--r-- | docs/misc/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md index 6abd95ad..a3fdcd6f 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -201,10 +201,12 @@ is included in libreboot, and can be used to enable or disable this behaviour. Disable or enable beeps when removing/adding the charger: + $ sudo ./nvramtool -w power\_management\_beeps=Enable $ sudo ./nvramtool -w power\_management\_beeps=Disable Disable or enable beeps when battery is low: + $ sudo ./nvramtool -w low\_battery\_beep=Enable $ sudo ./nvramtool -w low\_battery\_beep=Disable |