diff --git a/README.md b/README.md index 9c504e0..9f6037c 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,17 @@ $ lsblk $ gdisk /dev/sda **Create GPT and EFI-partion.** -_# Creates new GPT-partition table._ +_# Creates new GPT-partition table._ $ o -_Accept._ +_# Accept._ $ y -_New partition._ +_# New partition._ $ n -_512 MB should be plenty for /boot._ +_# 512 MB should be plenty for /boot._ $ +512M -_Mark as EFI._ +_# Mark as EFI._ $ ef00 -_New main partition, accept all the following using "y"._ +_# New main partition, accept all the following using "y"._ $ n **Print and check your partitions.** @@ -28,7 +28,8 @@ $ p **Write partitions to device.** $ w -$ y # _Accept._ +_# Accept._ +$ y **Encrypt primary partition.** $ cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda2