Update README.md
This commit is contained in:
parent
d30978786a
commit
b47da2ebcf
15
README.md
15
README.md
|
@ -11,11 +11,16 @@ $ gdisk /dev/sda
|
||||||
|
|
||||||
**Create GPT and EFI-partion.**
|
**Create GPT and EFI-partion.**
|
||||||
$ o# _Creates new GPT-partition table._
|
$ o# _Creates new GPT-partition table._
|
||||||
$ y # _Accept._
|
# _Accept._
|
||||||
$ n # _New partition._
|
$ y
|
||||||
$ +512M # _512 MB should be plenty for /boot._
|
# _New partition._
|
||||||
$ ef00 # _Mark as EFI._
|
$ n
|
||||||
$ n # _New main partition, accept all the following using "y"._
|
# _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.**
|
**Print and check your partitions.**
|
||||||
$ p
|
$ p
|
||||||
|
|
Loading…
Reference in New Issue