diff --git a/Initiation Rite.md b/Initiation Rite.md index e00e255..4264680 100644 --- a/Initiation Rite.md +++ b/Initiation Rite.md @@ -21,117 +21,79 @@ 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 -{{{ -parted /dev/sda -}}} +`parted /dev/sda` # Inside parted, if on UEFI label the disk "gpt", but if on BIOS label it "msdos" -{{{ -mklabel