diff options
author | Andrew Robbins <andrew@libreboot.org> | 2019-03-22 07:47:25 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2019-03-22 07:47:25 +0000 |
commit | c2a50176d9815484a61021e6852fdd7e1e9b1d98 (patch) | |
tree | ce3d7adf83fe114ad6daa48128b137c8c6010406 | |
parent | 63766576843b6aa7903e3df1d519ddbd0219a663 (diff) | |
parent | b9021d0e2e58a6bd216bd0f237b0315c3ac0b76a (diff) | |
download | librebootfr-c2a50176d9815484a61021e6852fdd7e1e9b1d98.tar.gz librebootfr-c2a50176d9815484a61021e6852fdd7e1e9b1d98.zip |
Merge branch 'paraluks' of swiftgeek/libreboot into master
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index 4abea852..21321640 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -138,7 +138,7 @@ Now that you have created the partition, it's time to create the encrypted volum using the `cryptsetup` command, like this: # cryptsetup -v --cipher serpent-xts-plain64 --key-size 512 --hash whirlpool \ - >--iter-time 500 --use-random --verify-passphrase luksFormat /dev/sdXY + --iter-time 500 --use-random --verify-passphrase --type luks1 luksFormat /dev/sdXY These are just recommended defaults; if you want to use anything else, or to find out what options there are, run `man cryptsetup`. |