aboutsummaryrefslogtreecommitdiff
path: root/docs/depthcharge
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 09:12:13 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 09:12:13 -0700
commit5e2ee3b2a94f1ac3e6a716af8d60513ab064a678 (patch)
treeeae076e0a74a5e7fd2c5428b3b9a275481fa3269 /docs/depthcharge
parent2845c86cb32828d39c63a45ed0b920d6bd90ac60 (diff)
downloadlibrebootfr-5e2ee3b2a94f1ac3e6a716af8d60513ab064a678.tar.gz
librebootfr-5e2ee3b2a94f1ac3e6a716af8d60513ab064a678.zip
Fix underscores in code
Diffstat (limited to 'docs/depthcharge')
-rw-r--r--docs/depthcharge/index.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/depthcharge/index.md b/docs/depthcharge/index.md
index ebfbbefe..1c0c8d13 100644
--- a/docs/depthcharge/index.md
+++ b/docs/depthcharge/index.md
@@ -145,24 +145,24 @@ The following parameters can be configured:
Kernels signature verification:
- # crossystem dev\_boot\_signed\_only=1 # enable
- # crossystem dev\_boot\_signed\_only=0 # disable
+ # crossystem dev_boot_signed_only=1 # enable
+ # crossystem dev_boot_signed_only=0 # disable
External media boot:
- # crossystem dev\_boot\_usb=1 # enable
- # crossystem dev\_boot\_usb=0 # disable
+ # crossystem dev_boot_usb=1 # enable
+ # crossystem dev_boot_usb=0 # disable
Legacy payload boot:
- # crossystem dev\_boot\_legacy=1 # enable
- # crossystem dev\_boot\_legacy=0 # disable
+ # crossystem dev_boot_legacy=1 # enable
+ # crossystem dev_boot_legacy=0 # disable
Default boot medium:
- # crossystem dev\_default\_boot=disk # internal storage
- # crossystem dev\_default\_boot=usb # external media
- # crossystem dev\_default\_boot=legacy # legacy payload
+ # crossystem dev_default_boot=disk # internal storage
+ # crossystem dev_default_boot=usb # external media
+ # crossystem dev_default_boot=legacy # legacy payload
Copyright © 2015 Paul Kocialkowski <contact@paulk.fr>\