Merge pull request #5 from stckyPete/boot-partition-luks-type
Added LUKS type to boot partition section
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user