Update Initiation.md

This commit is contained in:
mayfrost 2018-02-26 03:12:58 +00:00 committed by GitHub
parent 404a58a409
commit a2eaac930e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ In these examples we make only two partitions but you can extend this if you kno
* Use parted * Use parted
`parted /dev/sda` `parted /dev/sda`
* Inside parted, if on UEFI label the disk "_gpt_", but if on BIOS label it "_msdos_" * Inside parted, if on UEFI label the disk "_gpt_", but if on BIOS label it "_msdos_"
`mklabel <LABEL> `mklabel <LABEL>
unit mb unit mb
mkpart primary 0g 128 mkpart primary 0g 128
mkpart primary 128 -1 mkpart primary 128 -1