diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:56:40 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 08:56:40 -0700 |
commit | 700843a3c84b8abf5b499160a2df2e20f129f518 (patch) | |
tree | 7c6fd69158971bb5c810ef6543c63a1932dcc4e5 /docs/gnulinux/encrypted_parabola.md | |
parent | 980cea4eaa0333a78095f84f90602737a3ef05e2 (diff) | |
download | librebootfr-700843a3c84b8abf5b499160a2df2e20f129f518.tar.gz librebootfr-700843a3c84b8abf5b499160a2df2e20f129f518.zip |
Add more missing padding
Diffstat (limited to 'docs/gnulinux/encrypted_parabola.md')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |