commit 6ed1a7b4c46b6452fba5bc3e8c8c6cc7395709e1
parent 7f953bf4ca962c6aa6c912c89fc1b43c85585e30
Author: mayfrost <mayfrost@cock.li>
Date: Wed, 11 Jul 2018 10:24:27 +0000
Update INITIATION.md
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git 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