mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 850fd25dd5faa6414cc3d625ceb6d8c5dbcfa948
parent e48789517cd22234ce9808705eb0a2963260c1dd
Author: mayfrost <mayfrost@cock.li>
Date:   Tue,  6 Mar 2018 03:28:36 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -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 `mkdir -p /mnt/drive/boot/efi` `mount /dev/sda1 /mnt/drive/boot/efi` +* Mount everything else `cd /mnt/drive` `mount --bind /dev /mnt/drive/dev` `mount --bind /sys /mnt/drive/sys`