mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-28 02:11:46 +00:00
Update INITIATION.md
This commit is contained in:
parent
7f953bf4ca
commit
6ed1a7b4c4
@ -79,8 +79,10 @@ The two most important are the root directory ("_/_") and the boot directory ("_
|
|||||||
* Mount the new root directory.
|
* Mount the new root directory.
|
||||||
`mount /dev/sda2 /mnt`
|
`mount /dev/sda2 /mnt`
|
||||||
* If on BIOS make boot directory and mount.
|
* 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.
|
* If on UEFI make boot directory and mount.
|
||||||
```
|
```
|
||||||
mkdir -p /mnt/boot/efi
|
mkdir -p /mnt/boot/efi
|
||||||
|
Loading…
Reference in New Issue
Block a user