From b9021d0e2e58a6bd216bd0f237b0315c3ac0b76a Mon Sep 17 00:00:00 2001 From: Sebastian 'Swift Geek' Grzywna Date: Tue, 19 Mar 2019 08:41:29 +0100 Subject: parabola: Update cryptsetup line Cryptsetup is now using LUKS2 by default. https://gitlab.com/cryptsetup/cryptsetup/commit/ae90497762bc4e3f04064e0ebbbde8c64bf27c4a --- docs/gnulinux/encrypted_parabola.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gnulinux') 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`. -- cgit v1.2.3-70-g09d2