Update README.md
This commit is contained in:
parent
bb26c0bc7a
commit
7c13d8f760
10
README.md
10
README.md
|
@ -12,15 +12,15 @@ $ 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._
|
||||||
_Accept._
|
_Accept._
|
||||||
$ y
|
$ y
|
||||||
_New partition._
|
_New partition._
|
||||||
$ n
|
$ n
|
||||||
_512 MB should be plenty for /boot._
|
_512 MB should be plenty for /boot._
|
||||||
$ +512M
|
$ +512M
|
||||||
_Mark as EFI._
|
_Mark as EFI._
|
||||||
$ ef00
|
$ ef00
|
||||||
_New main partition, accept all the following using "y"._
|
_New main partition, accept all the following using "y"._
|
||||||
$ n
|
$ n
|
||||||
|
|
||||||
**Print and check your partitions.**
|
**Print and check your partitions.**
|
||||||
$ p
|
$ p
|
||||||
|
|
Loading…
Reference in New Issue