From 1dd649973dc2f0bbddf0affe6ed41520a0ac3746 Mon Sep 17 00:00:00 2001 From: martin schmidt Date: Wed, 12 Jan 2022 15:09:19 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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