Update INITIATION.md

This commit is contained in:
mayfrost 2018-07-11 10:24:27 +00:00 committed by GitHub
parent 7f953bf4ca
commit 6ed1a7b4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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