diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:05:29 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:05:29 -0700 |
commit | c2b25f1e127ff810e4565d553aafc28b7c44d1a2 (patch) | |
tree | e31f916e6264d3847752290cddcbde0af8a968a5 /docs/depthcharge | |
parent | 29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed (diff) | |
download | librebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.tar.gz librebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.zip |
Unbork some things
Diffstat (limited to 'docs/depthcharge')
-rw-r--r-- | docs/depthcharge/index.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/depthcharge/index.md b/docs/depthcharge/index.md index c9682847..d4f7f9f6 100644 --- a/docs/depthcharge/index.md +++ b/docs/depthcharge/index.md @@ -188,26 +188,26 @@ The following parameters can be configured: - Kernels signature verification: - Enabled with:\ - \# **crossystem dev\_boot\_signed\_only=1** + # **crossystem dev\_boot\_signed\_only=1** - Disabled with:\ - \# **crossystem dev\_boot\_signed\_only=0** + # **crossystem dev\_boot\_signed\_only=0** - External media boot: - Enabled with:\ - \# **crossystem dev\_boot\_usb=1** + # **crossystem dev\_boot\_usb=1** - Disabled with:\ - \# **crossystem dev\_boot\_usb=0** + # **crossystem dev\_boot\_usb=0** - Legacy payload boot: - Enabled with:\ - \# **crossystem dev\_boot\_legacy=1** + # **crossystem dev\_boot\_legacy=1** - Disabled with:\ - \# **crossystem dev\_boot\_legacy=0** + # **crossystem dev\_boot\_legacy=0** - Default boot medium: - Internal storage:\ - \# **crossystem dev\_default\_boot=disk** + # **crossystem dev\_default\_boot=disk** - External media:\ - \# **crossystem dev\_default\_boot=usb** + # **crossystem dev\_default\_boot=usb** - Legacy payload:\ - \# **crossystem dev\_default\_boot=legacy** + # **crossystem dev\_default\_boot=legacy** |