aboutsummaryrefslogtreecommitdiff
path: root/docs/gnulinux
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:56:40 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:56:40 -0700
commit700843a3c84b8abf5b499160a2df2e20f129f518 (patch)
tree7c6fd69158971bb5c810ef6543c63a1932dcc4e5 /docs/gnulinux
parent980cea4eaa0333a78095f84f90602737a3ef05e2 (diff)
downloadlibrebootfr-700843a3c84b8abf5b499160a2df2e20f129f518.tar.gz
librebootfr-700843a3c84b8abf5b499160a2df2e20f129f518.zip
Add more missing padding
Diffstat (limited to 'docs/gnulinux')
-rw-r--r--docs/gnulinux/configuring_parabola.md2
-rw-r--r--docs/gnulinux/encrypted_parabola.md2
-rw-r--r--docs/gnulinux/grub_cbfs.md2
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/gnulinux/configuring_parabola.md b/docs/gnulinux/configuring_parabola.md
index 7fc9d688..2aef3624 100644
--- a/docs/gnulinux/configuring_parabola.md
+++ b/docs/gnulinux/configuring_parabola.md
@@ -55,9 +55,11 @@ 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\
For most people this should be enough, but if you don't have DHCP on
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md
index 63c15c0f..62884ecd 100644
--- a/docs/gnulinux/encrypted_parabola.md
+++ b/docs/gnulinux/encrypted_parabola.md
@@ -65,12 +65,14 @@ article](https://wiki.archlinux.org/index.php/Solid_State_Drives). Edit
whole article and keep all points in mind, adapting them for this guide.
Securely wipe the drive:
+
# dd if=/dev/urandom of=/dev/sda; sync
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
If your drive was already LUKS encrypted (maybe you are re-installing
diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md
index d4038bfc..30089f9f 100644
--- a/docs/gnulinux/grub_cbfs.md
+++ b/docs/gnulinux/grub_cbfs.md
@@ -94,6 +94,7 @@ 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
Acquiring the correct ROM image {#rom}
@@ -158,6 +159,7 @@ flash it.
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:
+
# ./flash forceupdate libreboot.rom
You should see **"Verifying flash... VERIFIED."** written at the end