mayfrost-guides

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

commit b714795315229b8d265b0d63b84df2b2a5283a17
parent 850fd25dd5faa6414cc3d625ceb6d8c5dbcfa948
Author: mayfrost <mayfrost@cock.li>
Date:   Tue,  6 Mar 2018 03:35:12 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -55,7 +55,8 @@ In these examples we make only two partitions but you can extend this if you kno `mkdir -p /mnt/drive/boot/efi` `mount /dev/sda1 /mnt/drive/boot/efi` * Mount everything else -`cd /mnt/drive` +`mkdir /mnt/drive/{dev,sys,proc,tmp,usr,var}`   +`cd /mnt/drive`   `mount --bind /dev /mnt/drive/dev` `mount --bind /sys /mnt/drive/sys` `mount -t proc none /mnt/drive/proc`