summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-17 22:28:46 (EDT)
committer Leah Woods <info@minifree.org>2016-05-17 22:28:46 (EDT)
commitbb43c5b1e40c2d474491e9fd524531e8676462e8 (patch)
tree6cba49ae2d86f7a184f24fcbf43dd0d63d6f3a80
parent69c3c37e4ff8cb719cf392e1f805deac7a8a4647 (diff)
downloadlibreboot-bb43c5b1e40c2d474491e9fd524531e8676462e8.zip
libreboot-bb43c5b1e40c2d474491e9fd524531e8676462e8.tar.gz
libreboot-bb43c5b1e40c2d474491e9fd524531e8676462e8.tar.bz2
backport changes to master branch
-rw-r--r--docs/gnulinux/encrypted_parabola.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html
index 1b90174..9130aba 100644
--- a/docs/gnulinux/encrypted_parabola.html
+++ b/docs/gnulinux/encrypted_parabola.html
@@ -82,15 +82,6 @@
</p>
<p>
- Wipe the MBR (if you use MBR):<br/>
- # <b>lsblk</b><br/>
- Your storage is probably /dev/sda, but be very sure to double check this or you WILL lose your data!<br/>
- # <b>dd if=/dev/zero of=/dev/sda bs=446 count=1; sync</b><br/>
- Never use SeaBIOS! The MBR section can easily be changed with malicious code, which SeaBIOS will blindly execute.
- This guide is for libreboot with GRUB-as-payload only.
- </p>
-
- <p>
Securely wipe the drive:<br/>
# <b>dd if=/dev/urandom of=/dev/sda; sync</b><br/>
NOTE: If you have an SSD, only do this the first time. If it was already LUKS-encrypted before,