Update INITIATION.md

This commit is contained in:
mayfrost 2018-03-06 03:28:36 +00:00 committed by GitHub
parent e48789517c
commit 850fd25dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ In these examples we make only two partitions but you can extend this if you kno
* If on UEFI make directory and mount * If on UEFI make directory and mount
`mkdir -p /mnt/drive/boot/efi` `mkdir -p /mnt/drive/boot/efi`
`mount /dev/sda1 /mnt/drive/boot/efi` `mount /dev/sda1 /mnt/drive/boot/efi`
* Mount everything else
`cd /mnt/drive` `cd /mnt/drive`
`mount --bind /dev /mnt/drive/dev` `mount --bind /dev /mnt/drive/dev`
`mount --bind /sys /mnt/drive/sys` `mount --bind /sys /mnt/drive/sys`