mayfrost-guides

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

commit 63acce023a6f65ca345c0f7e8b16ec89d9d19405
parent dd16629c25a6e4c8bb16ce60acb51cce3f6250ca
Author: mayfrost <mayfrost@cock.li>
Date:   Tue,  6 Mar 2018 04:07:18 +0000

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

diff --git a/INITIATION.md b/INITIATION.md @@ -55,7 +55,7 @@ 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 -`mkdir /mnt/drive/{dev,sys,proc,tmp,usr/src,var}` +`mkdir -p /mnt/drive/{dev,sys,proc,tmp,usr/src,var}` `cd /mnt/drive` `mount --bind /dev /mnt/drive/dev` `mount --bind /tmp /mnt/drive/tmp`