Update README.md

This commit is contained in:
martin schmidt 2022-01-12 15:06:42 +00:00
parent d30978786a
commit b47da2ebcf
1 changed files with 11 additions and 6 deletions

View File

@ -11,12 +11,17 @@ $ gdisk /dev/sda
**Create GPT and EFI-partion.**
$ o# _Creates new GPT-partition table._
$ y # _Accept._
$ n # _New partition._
$ +512M # _512 MB should be plenty for /boot._
$ ef00 # _Mark as EFI._
$ n # _New main partition, accept all the following using "y"._
# _Accept._
$ y
# _New partition._
$ n
# _512 MB should be plenty for /boot._
$ +512M
# _Mark as EFI._
$ ef00
# _New main partition, accept all the following using "y"._
$ n
**Print and check your partitions.**
$ p