From bb26c0bc7a56944d3e8a145d62f724e097355bc5 Mon Sep 17 00:00:00 2001 From: martin schmidt Date: Wed, 12 Jan 2022 15:07:42 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7322734..4c6e4a9 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,15 @@ $ gdisk /dev/sda **Create GPT and EFI-partion.** $ o# _Creates new GPT-partition table._ -# _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.**