diff --git a/INITIATION.md b/INITIATION.md index 4cf48c8..95eb4a8 100644 --- 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`