mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-04 13:12:45 +00:00 
			
		
		
		
	Update INITIATION.md
This commit is contained in:
		@@ -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`  
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user