diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:22:40 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:22:40 -0700 |
commit | 78c7b8355832b9f3eb574788ab4c5a7d96f0486e (patch) | |
tree | 411a40e5416513c3ac546ebb6a8985f3929ec37d /docs/depthcharge | |
parent | 7bc11816a44e8cd2712e46dc958795d354856419 (diff) | |
download | librebootfr-78c7b8355832b9f3eb574788ab4c5a7d96f0486e.tar.gz librebootfr-78c7b8355832b9f3eb574788ab4c5a7d96f0486e.zip |
embedded code block top fix
Diffstat (limited to 'docs/depthcharge')
-rw-r--r-- | docs/depthcharge/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/depthcharge/index.md b/docs/depthcharge/index.md index 745b5e8b..4828a390 100644 --- a/docs/depthcharge/index.md +++ b/docs/depthcharge/index.md @@ -10,6 +10,7 @@ This section relates to the depthcharge payload used in libreboot. - Booting from different mediums - Showing device information - Warnings + - [Recovery mode screen](#recovery_mode_screen) - [Recovering from a bad state](#recovering_bad_state) - [Enabling developer mode](#enabling_developer_mode) @@ -185,7 +186,8 @@ security of the device. The following parameters can be configured: - Kernels signature verification: - - Enabled with:\ + - Enabled with: + \# **crossystem dev\_boot\_signed\_only=1** - Disabled with:\ \# **crossystem dev\_boot\_signed\_only=0** |