Update README.md

This commit is contained in:
martin schmidt 2022-01-12 15:07:42 +00:00
parent b47da2ebcf
commit bb26c0bc7a
1 changed files with 5 additions and 5 deletions

View File

@ -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.**