mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
apparently grub can open luks2 volumes now
But only if it uses PBKDF2.
This commit is contained in:
parent
a506a36567
commit
9956bf6b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ Store your EFI and crypt devices in environment variables.
|
|||
|
||||
Create and mount the encrypted root filesystem.
|
||||
|
||||
$ cryptsetup luksFormat --type luks1 $DEVCRYPT
|
||||
$ cryptsetup luksFormat --type luks2 --pbkdf pbkdf2 $DEVCRYPT
|
||||
$ cryptsetup luksOpen $DEVCRYPT lvm
|
||||
$ pvcreate /dev/mapper/lvm
|
||||
$ vgcreate arch /dev/mapper/lvm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue