aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/depthcharge/index.md18
-rw-r--r--docs/gnulinux/encrypted_parabola.md8
-rw-r--r--docs/hardware/gm45_remove_me.md10
-rw-r--r--docs/install/bbb_setup.md6
-rw-r--r--docs/install/r400_external.md10
-rw-r--r--docs/install/t400_external.md10
-rw-r--r--docs/install/t500_external.md10
-rw-r--r--docs/install/t60_unbrick.md2
-rw-r--r--docs/install/x60_unbrick.md2
-rw-r--r--docs/install/x60tablet_unbrick.md2
10 files changed, 39 insertions, 39 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>\
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md
index 62884ecd..deb0ba4e 100644
--- a/docs/gnulinux/encrypted_parabola.md
+++ b/docs/gnulinux/encrypted_parabola.md
@@ -336,7 +336,7 @@ I also like to install other packages (base-devel, compilers and so on)
and wpa\_supplicant/dialog/iw/wpa\_actiond are needed for wireless after
the install:
- # pacstrap /mnt base base-devel wpa\_supplicant dialog iw
+ # pacstrap /mnt base base-devel wpa_supplicant dialog iw
wpa\_actiond
@@ -386,8 +386,8 @@ Uncomment your needed localisations. For example en\_GB.UTF-8 (UTF-8 is
highly recommended over other options).
# locale-gen
- # echo LANG=en\_GB.UTF-8 > /etc/locale.conf
- # export LANG=en\_GB.UTF-8
+ # echo LANG=en_GB.UTF-8 > /etc/locale.conf
+ # export LANG=en_GB.UTF-8
Console font and keymap:
@@ -501,7 +501,7 @@ file=/var/log/faillog*\
To unlock a user manually (if a password attempt is failed 3 times),
do:
- # pam\_tally --user *theusername* --reset What the above
+ # pam_tally --user *theusername* --reset What the above
configuration does is lock the user out for 10 minutes, if they make 3
failed login attempts.
diff --git a/docs/hardware/gm45_remove_me.md b/docs/hardware/gm45_remove_me.md
index 253b4b6e..5d9bc312 100644
--- a/docs/hardware/gm45_remove_me.md
+++ b/docs/hardware/gm45_remove_me.md
@@ -90,19 +90,19 @@ file to where **libreboot.rom** is located and then insert the
descriptor+gbe file into the ROM image.\
For 16MiB flash chips:
- # dd if=ich9fdgbe\_16m.bin of=libreboot.rom bs=1 count=12k
+ # dd if=ich9fdgbe_16m.bin of=libreboot.rom bs=1 count=12k
conv=notrunc
For 8MiB flash chips:
- # dd if=ich9fdgbe\_8m.bin of=libreboot.rom bs=1 count=12k
+ # dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k
conv=notrunc
For 4MiB flash chips:
- # dd if=ich9fdgbe\_4m.bin of=libreboot.rom bs=1 count=12k
+ # dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=1 count=12k
conv=notrunc
@@ -206,7 +206,7 @@ Assuming that your libreboot image is named **libreboot.rom**, copy the
**deblobbed\_descriptor.bin** file to where **libreboot.rom** is located
and then run:
- # dd if=deblobbed\_descriptor.bin of=libreboot.rom bs=1 count=12k
+ # dd if=deblobbed_descriptor.bin of=libreboot.rom bs=1 count=12k
conv=notrunc
@@ -251,7 +251,7 @@ It will generate a 4KiB descriptor file (only the descriptor, no GbE).
Insert that into a factory.rom image (NOTE: do this on a copy of it.
Keep the original factory.rom stored safely somewhere):
- # dd if=demefactory\_4kdescriptor.bin of=factory\_nome.rom bs=1
+ # dd if=demefactory_4kdescriptor.bin of=factory_nome.rom bs=1
count=4k conv=notrunc
diff --git a/docs/install/bbb_setup.md b/docs/install/bbb_setup.md
index 77f805fc..b80203b4 100644
--- a/docs/install/bbb_setup.md
+++ b/docs/install/bbb_setup.md
@@ -211,8 +211,8 @@ Output:
Then:
- # echo BB-SPI0-01 > /sys/devices/bone\_capemgr.\*/slots
- # cat /sys/devices/bone\_capemgr.\*/slots
+ # echo BB-SPI0-01 > /sys/devices/bone_capemgr.\*/slots
+ # cat /sys/devices/bone_capemgr.\*/slots
Output:
@@ -251,7 +251,7 @@ your BBB.
Now test flashrom:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512
Output:
diff --git a/docs/install/r400_external.md b/docs/install/r400_external.md
index 6c044f58..80e1a676 100644
--- a/docs/install/r400_external.md
+++ b/docs/install/r400_external.md
@@ -216,7 +216,7 @@ Log in as root on your BBB, using the instructions in
Test that flashrom works:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512\
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512\
In this case, the output was:
@@ -232,15 +232,15 @@ In this case, the output was:
How to backup factory.rom (change the -c option as neeed, for your flash
chip):
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory.rom
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory1.rom
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory2.rom
@@ -266,7 +266,7 @@ address to one that is correct for your system.**
Now flash it:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w
path/to/libreboot/rom/image.rom -V
diff --git a/docs/install/t400_external.md b/docs/install/t400_external.md
index 414c1a5f..bbb7240f 100644
--- a/docs/install/t400_external.md
+++ b/docs/install/t400_external.md
@@ -214,7 +214,7 @@ Log in as root on your BBB, using the instructions in
Test that flashrom works:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512
In this case, the output was:
@@ -230,15 +230,15 @@ In this case, the output was:
How to backup factory.rom (change the -c option as neeed, for your flash
chip):
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory.rom
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory1.rom
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory2.rom
@@ -264,7 +264,7 @@ address to one that is correct for your system.**
Now flash it:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w
path/to/libreboot/rom/image.rom -V
diff --git a/docs/install/t500_external.md b/docs/install/t500_external.md
index 259d996e..749ef455 100644
--- a/docs/install/t500_external.md
+++ b/docs/install/t500_external.md
@@ -231,7 +231,7 @@ Log in as root on your BBB, using the instructions in
Test that flashrom works:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512
In this case, the output was:
@@ -247,15 +247,15 @@ In this case, the output was:
How to backup factory.rom (change the -c option as neeed, for your flash
chip):
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory.rom
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory1.rom
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -r
factory2.rom
@@ -281,7 +281,7 @@ address to one that is correct for your system.**
Now flash it:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w
path/to/libreboot/rom/image.rom -V
diff --git a/docs/install/t60_unbrick.md b/docs/install/t60_unbrick.md
index e3469074..bc8d83e3 100644
--- a/docs/install/t60_unbrick.md
+++ b/docs/install/t60_unbrick.md
@@ -143,7 +143,7 @@ source code which can be built.
SSH'd into the BBB:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w
yourrom.rom
diff --git a/docs/install/x60_unbrick.md b/docs/install/x60_unbrick.md
index 233209c9..9c558631 100644
--- a/docs/install/x60_unbrick.md
+++ b/docs/install/x60_unbrick.md
@@ -128,7 +128,7 @@ source code which can be built.
SSH'd into the BBB:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w
yourrom.rom
diff --git a/docs/install/x60tablet_unbrick.md b/docs/install/x60tablet_unbrick.md
index 0386cc1b..3a04ad3f 100644
--- a/docs/install/x60tablet_unbrick.md
+++ b/docs/install/x60tablet_unbrick.md
@@ -107,7 +107,7 @@ source code which can be built.
SSH'd into the BBB:
- # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
+ # ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w
yourrom.rom