From f8bc6bef6cb25da295821863bdb663e60a9ea41a Mon Sep 17 00:00:00 2001 From: mayfrost Date: Mon, 26 Feb 2018 01:54:29 +0000 Subject: [PATCH] Update Initiation.md --- Initiation.md | 64 +++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/Initiation.md b/Initiation.md index 6a07781..9655e74 100644 --- a/Initiation.md +++ b/Initiation.md @@ -20,9 +20,9 @@ Supported filesystems by bootloaders are (if on UEFI ignore this as it only supp In these examples we make only two partitions but you can extend this if you know how. The partitions are one root partition, later mounted to /mnt/drive format with mkfs., and one boot partition, later mounted to /mnt/drive/boot and format with mkfs. unless is UEFI in which case mkfs.vfat is the only format available and will be mounted to /mnt/drive/boot/efi. -* Use parted +* Use parted `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