From 6ed1a7b4c46b6452fba5bc3e8c8c6cc7395709e1 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Wed, 11 Jul 2018 10:24:27 +0000 Subject: [PATCH] Update INITIATION.md --- INITIATION.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INITIATION.md b/INITIATION.md index 8f83a0f..5e077b2 100644 --- a/INITIATION.md +++ b/INITIATION.md @@ -79,8 +79,10 @@ The two most important are the root directory ("_/_") and the boot directory ("_ * Mount the new root directory. `mount /dev/sda2 /mnt` * If on BIOS make boot directory and mount. -`mkdir /mnt/boot` -`mount /dev/sda1 /mnt/boot` +``` +mkdir /mnt/boot +mount /dev/sda1 /mnt/boot +``` * If on UEFI make boot directory and mount. ``` mkdir -p /mnt/boot/efi