diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:51:32 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:51:32 -0700 |
commit | a23830654fa620d3982d851c9f8f0f99d282575d (patch) | |
tree | 0637b14db2bc49cc328fb3ca1d98e56a652bcf34 /docs | |
parent | 8c651d9e574d6a12dc64ad9f4a05dfee5a2d8edd (diff) | |
download | librebootfr-a23830654fa620d3982d851c9f8f0f99d282575d.tar.gz librebootfr-a23830654fa620d3982d851c9f8f0f99d282575d.zip |
Fix another class of code bug
Diffstat (limited to 'docs')
-rw-r--r-- | docs/future/index.md | 4 | ||||
-rw-r--r-- | docs/git/index.md | 8 | ||||
-rw-r--r-- | docs/gnulinux/configuring_parabola.md | 8 | ||||
-rw-r--r-- | docs/gnulinux/encrypted_debian.md | 4 | ||||
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 8 | ||||
-rw-r--r-- | docs/gnulinux/grub_cbfs.md | 8 | ||||
-rw-r--r-- | docs/hcl/gm45_remove_me.md | 4 | ||||
-rw-r--r-- | docs/install/bbb_setup.md | 4 | ||||
-rw-r--r-- | docs/install/c201.md | 4 | ||||
-rw-r--r-- | docs/install/d510mo.md | 4 | ||||
-rw-r--r-- | docs/install/ga-g41m-es2l.md | 4 | ||||
-rw-r--r-- | docs/install/index.md | 8 | ||||
-rw-r--r-- | docs/install/r400_external.md | 4 | ||||
-rw-r--r-- | docs/install/t400_external.md | 4 | ||||
-rw-r--r-- | docs/install/t500_external.md | 4 | ||||
-rw-r--r-- | docs/install/x200_external.md | 4 | ||||
-rw-r--r-- | docs/misc/index.md | 4 |
17 files changed, 44 insertions, 44 deletions
diff --git a/docs/future/index.md b/docs/future/index.md index d4d6f970..f882967a 100644 --- a/docs/future/index.md +++ b/docs/future/index.md @@ -160,8 +160,8 @@ How to dump EDID: \# **apt-get install i2c-tools** # modprobe i2c-dev -Find out the correct ID to use:\ -\# **i2cdetect -l**\ +Find out the correct ID to use: + # i2cdetect -l\ Example:\ \# **i2cdump -y 2 0x50** diff --git a/docs/git/index.md b/docs/git/index.md index 963ff073..ef7b3174 100644 --- a/docs/git/index.md +++ b/docs/git/index.md @@ -36,10 +36,10 @@ following command: $ sudo ./oldbuild dependencies debian (this will also work in Devuan) -For Parabola, you can run the following command:\ -\$ **sudo ./oldbuild dependencies parabola**\ -or:\ -\# **./oldbuild dependencies parabola** +For Parabola, you can run the following command: + $ sudo ./oldbuild dependencies parabola\ +or: + # ./oldbuild dependencies parabola For other GNU+Linux distributions, you can adapt the existing scripts. diff --git a/docs/gnulinux/configuring_parabola.md b/docs/gnulinux/configuring_parabola.md index ba54dde1..12c05109 100644 --- a/docs/gnulinux/configuring_parabola.md +++ b/docs/gnulinux/configuring_parabola.md @@ -96,8 +96,8 @@ careful about this when reading anything on the Arch wiki. Some of these steps require internet access. I'll go into networking later but for now, I just connected my system to a switch and did: # systemctl start dhcpcd.service -You can stop it later by running:\ -\# **systemctl stop dhcpcd.service**\ +You can stop it later by running: + # systemctl stop dhcpcd.service\ For most people this should be enough, but if you don't have DHCP on your network then you should setup your network connection first:\ [Setup network connection in Parabola](#network) @@ -621,8 +621,8 @@ export LANG=en\_GB.UTF-8\ \ \# Start lxde desktop\ exec startlxde\ -* Now make sure that it is executable:\ -\$ **chmod +x .xinitrc** +* Now make sure that it is executable: + $ chmod +x .xinitrc [Back to top of page.](#pagetop) diff --git a/docs/gnulinux/encrypted_debian.md b/docs/gnulinux/encrypted_debian.md index b0f0b586..6dfb1435 100644 --- a/docs/gnulinux/encrypted_debian.md +++ b/docs/gnulinux/encrypted_debian.md @@ -200,8 +200,8 @@ ecryptfs If you didn't encrypt your home directory, then you can safely ignore this section. -Immediately after logging in, do that:\ -\$ **sudo ecryptfs-unwrap-passphrase** +Immediately after logging in, do that: + $ sudo ecryptfs-unwrap-passphrase This will be needed in the future if you ever need to recover your home directory from another system, so write it down and keep the note diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index f7faf575..f17fa10e 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -73,8 +73,8 @@ Securely wipe the drive: NOTE: If you have an SSD, only do this the first time. If it was already LUKS-encrypted before, use the info below to wipe the LUKS header. Also, check online for your SSD what the recommended erase block size is. For -example if it was 2MiB:\ -\# **dd if=/dev/urandom of=/dev/sda bs=2M; sync** +example if it was 2MiB: + # dd if=/dev/urandom of=/dev/sda bs=2M; sync If your drive was already LUKS encrypted (maybe you are re-installing your distro) then it is already 'wiped'. You should just wipe the LUKS @@ -525,8 +525,8 @@ option at the end, with the name of your chosen chip is quotes.\ You can check if everything is in there (*grub.cfg* and *grubtest.cfg* would be really nice): $ ./cbfstool libreboot.rom print -Extract grubtest.cfg:\ -\$ **./cbfstool libreboot.rom extract -n grubtest.cfg -f grubtest.cfg**\ +Extract grubtest.cfg: + $ ./cbfstool libreboot.rom extract -n grubtest.cfg -f grubtest.cfg\ And modify:\ \$ **vi grubtest.cfg** diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md index d15e70d5..24fd2108 100644 --- a/docs/gnulinux/grub_cbfs.md +++ b/docs/gnulinux/grub_cbfs.md @@ -122,8 +122,8 @@ Acquire the necessary utilities {#tools} Use ***cbfstool*** and ***flashrom***. There are available in the *libreboot\_util* release archive, or they can be compiled (see [../git/\#build\_flashrom](../git/#build_flashrom)). Flashrom is also -available from the repositories:\ -\# **pacman -S flashrom** +available from the repositories: + # pacman -S flashrom [Back to top of page.](#pagetop) @@ -190,8 +190,8 @@ Testing **Now you have a modified ROM. Refer back to [../install/\#flashrom](../install/#flashrom) for information on how to -flash it.\ -\$ **cd /libreboot\_util** \# **./flash update libreboot.rom**\ +flash it. + $ cd /libreboot\_util** \# **./flash update libreboot.rom\ Ocassionally, coreboot changes the name of a given board. If flashrom complains about a board mismatch, but you are sure that you chose the correct ROM image, then run this alternative command: diff --git a/docs/hcl/gm45_remove_me.md b/docs/hcl/gm45_remove_me.md index 606c0b1f..2001a9c6 100644 --- a/docs/hcl/gm45_remove_me.md +++ b/docs/hcl/gm45_remove_me.md @@ -42,8 +42,8 @@ source with: $ ./oldbuild module ich9deblob The executable will appear under resources/utilities/ich9deblob/ -Run:\ -\$ **./ich9gen** +Run: + $ ./ich9gen Running ich9gen this way (without any arguments) generates a default descriptor+gbe image with a generic MAC address. You probably don't diff --git a/docs/install/bbb_setup.md b/docs/install/bbb_setup.md index cb1a3d17..6fb4e045 100644 --- a/docs/install/bbb_setup.md +++ b/docs/install/bbb_setup.md @@ -162,8 +162,8 @@ Here are some example photos:\ You can also connect the USB cable from the BBB to another computer and a new network interface will appear, with its own IP address. This is -directly accessible from SSH, or screen:\ -\# **screen /dev/ttyACM0 115200** +directly accessible from SSH, or screen: + # screen /dev/ttyACM0 115200 You can also access the uboot console, using the serial method instead of SSH. diff --git a/docs/install/c201.md b/docs/install/c201.md index 28473cf7..517f5311 100644 --- a/docs/install/c201.md +++ b/docs/install/c201.md @@ -148,8 +148,8 @@ device (e.g. using the *root* account). In addition, the **cros-flash-replace** script has to be made executable: # chmod a+x cros-flash-replace -The SPI flash has to be read first:\ -\# **flashrom -p host -r flash.img**\ +The SPI flash has to be read first: + # flashrom -p host -r flash.img\ **Note: it might be a good idea to copy the produced flash.img file at this point and store it outside of the device for backup purposes.** diff --git a/docs/install/d510mo.md b/docs/install/d510mo.md index 39604c89..572e7224 100644 --- a/docs/install/d510mo.md +++ b/docs/install/d510mo.md @@ -9,8 +9,8 @@ motherboard while they still have the original BIOS present. Flash chip size {#flashchips} =============== -Use this to find out:\ -\# **flashrom -p internal -V** +Use this to find out: + # flashrom -p internal -V [Back to top of page.](#pagetop) diff --git a/docs/install/ga-g41m-es2l.md b/docs/install/ga-g41m-es2l.md index 75ec3dbd..c254d675 100644 --- a/docs/install/ga-g41m-es2l.md +++ b/docs/install/ga-g41m-es2l.md @@ -9,8 +9,8 @@ motherboard while they still have the original BIOS present. Flash chip size {#flashchips} =============== -Use this to find out:\ -\# **flashrom -p internal -V** +Use this to find out: + # flashrom -p internal -V [Back to top of page.](#pagetop) diff --git a/docs/install/index.md b/docs/install/index.md index 25a3ad96..fd8ed008 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -251,8 +251,8 @@ ROM image, and it should work.** Flash chip size --------------- -Use this to find out:\ -\# **flashrom -p internal -V** +Use this to find out: + # flashrom -p internal -V All good? --------- @@ -271,8 +271,8 @@ appropriate executable. It is also possible for you to build these executables from the libreboot source code archives. -How to update the flash chip contents:\ -\$ **sudo ./flash update [yourrom.rom](#rom)** +How to update the flash chip contents: + $ sudo ./flash update [yourrom.rom](#rom) diff --git a/docs/install/r400_external.md b/docs/install/r400_external.md index f8f5123e..c568f18b 100644 --- a/docs/install/r400_external.md +++ b/docs/install/r400_external.md @@ -228,8 +228,8 @@ source code which can be built. Log in as root on your BBB, using the instructions in [bbb\_setup.html\#bbb\_access](bbb_setup.html#bbb_access). -Test that flashrom works:\ -\# **./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512**\ +Test that flashrom works: + # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512\ In this case, the output was: flashrom v0.9.7-r1854 on Linux 3.8.13-bone47 (armv7l) diff --git a/docs/install/t400_external.md b/docs/install/t400_external.md index e68f86c8..80868e00 100644 --- a/docs/install/t400_external.md +++ b/docs/install/t400_external.md @@ -75,8 +75,8 @@ See [\#paste](#paste). Flash chip size {#flashchips} =============== -Use this to find out:\ -\# **flashrom -p internal -V** +Use this to find out: + # flashrom -p internal -V [Back to top of page.](#pagetop) diff --git a/docs/install/t500_external.md b/docs/install/t500_external.md index 7aec3099..bccdc620 100644 --- a/docs/install/t500_external.md +++ b/docs/install/t500_external.md @@ -65,8 +65,8 @@ See [\#paste](#paste). Flash chip size {#flashchips} =============== -Use this to find out:\ -\# **flashrom -p internal -V** +Use this to find out: + # flashrom -p internal -V [Back to top of page.](#pagetop) diff --git a/docs/install/x200_external.md b/docs/install/x200_external.md index da4aa6a6..2aa70cc5 100644 --- a/docs/install/x200_external.md +++ b/docs/install/x200_external.md @@ -33,8 +33,8 @@ Check the [suppliers](../../suppliers) page for more information. Flash chip size {#flashchips} =============== -Use this to find out:\ -\# **flashrom -p internal -V** +Use this to find out: + # flashrom -p internal -V The X200S and X200 Tablet will use a WSON-8 flash chip, on the bottom of the motherboard (this requires removal of the motherboard). **Not all diff --git a/docs/misc/index.md b/docs/misc/index.md index f392bdd4..59679ab0 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -231,8 +231,8 @@ Disable or enable beeps when removing/adding the charger: $ sudo ./nvramtool -w power\_management\_beeps=Enable \$ **sudo ./nvramtool -w power\_management\_beeps=Disable** -Disable or enable beeps when battery is low:\ -\$ **sudo ./nvramtool -w low\_battery\_beep=Enable**\ +Disable or enable beeps when battery is low: + $ sudo ./nvramtool -w low\_battery\_beep=Enable\ \$ **sudo ./nvramtool -w low\_battery\_beep=Disable** A reboot is required, for these changes to take effect. |