commit e37662f94ae5666bc844d2fdacd0d67073d07cf3
parent 033b3a7585356d83dd581aef1e1464aa6d610cee
Author: mayfrost <mayfrost@cock.li>
Date: Tue, 6 Mar 2018 03:36:52 +0000
Update INITIATION.md
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/INITIATION.md b/INITIATION.md
@@ -55,8 +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
-`mkdir /mnt/drive/{dev,sys,proc,tmp,usr,var}`
-`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`