diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:53:46 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:53:46 -0700 |
commit | 980cea4eaa0333a78095f84f90602737a3ef05e2 (patch) | |
tree | beb639c8a844543d6ee3b5020232d061de5ff441 /docs | |
parent | 66a380d686f8a606e2c8b84354ff7e46d5d8db2a (diff) | |
download | librebootfr-980cea4eaa0333a78095f84f90602737a3ef05e2.tar.gz librebootfr-980cea4eaa0333a78095f84f90602737a3ef05e2.zip |
Fix another shell style bug
Diffstat (limited to 'docs')
-rw-r--r-- | docs/depthcharge/index.md | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/docs/depthcharge/index.md b/docs/depthcharge/index.md index e75d3fa6..4a1b7a87 100644 --- a/docs/depthcharge/index.md +++ b/docs/depthcharge/index.md @@ -164,34 +164,43 @@ 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 + Copyright © 2015 Paul Kocialkowski <contact@paulk.fr>\ |