From e952da3758e90da9719b511e7c58690137bf058e Mon Sep 17 00:00:00 2001 From: stckyPete Date: Wed, 22 May 2019 21:37:00 +0200 Subject: [PATCH] Added LUKS type to boot partition section --- book/arch/04-prepare-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/arch/04-prepare-volumes.md b/book/arch/04-prepare-volumes.md index 9e72195..1e634d0 100644 --- a/book/arch/04-prepare-volumes.md +++ b/book/arch/04-prepare-volumes.md @@ -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