Merge pull request #5 from stckyPete/boot-partition-luks-type

Added LUKS type to boot partition section
This commit is contained in:
Sandro Keil
2019-05-28 21:53:30 +02:00
committed by GitHub

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. > 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 cryptsetup open /dev/[device 3rd partition] cryptboot
ls /dev/mapper ls /dev/mapper