Update README.md
This commit is contained in:
parent
01e93e66d8
commit
d30978786a
|
@ -10,7 +10,7 @@ $ lsblk
|
||||||
$ gdisk /dev/sda
|
$ 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._
|
$ y # _Accept._
|
||||||
$ n # _New partition._
|
$ n # _New partition._
|
||||||
$ +512M # _512 MB should be plenty for /boot._
|
$ +512M # _512 MB should be plenty for /boot._
|
||||||
|
|
Loading…
Reference in New Issue