Added LUKS type to boot partition section

This commit is contained in:
stckyPete
2019-05-22 21:37:00 +02:00
parent a11239c870
commit e952da3758

View File

@@ -37,7 +37,7 @@ Use a strong password which you can remember.
> Be aware, GRUB boot loader uses US keyboard layout. German users should execute `loadkeys us` before running `cryptsetup` commands.
```
cryptsetup luksFormat /dev/[device 3rd partition]
cryptsetup luksFormat --type luks1 /dev/[device 3rd partition]
cryptsetup open /dev/[device 3rd partition] cryptboot
ls /dev/mapper