mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-04 05:02:46 +00:00 
			
		
		
		
	Update Initiation.md
This commit is contained in:
		@@ -23,7 +23,7 @@ In these examples we make only two partitions but you can extend this if you kno
 | 
			
		||||
* Use parted  
 | 
			
		||||
`parted /dev/sda`
 | 
			
		||||
* Inside parted, if on UEFI label the disk "_gpt_", but if on BIOS label it "_msdos_"  
 | 
			
		||||
`mklabel <LABEL>
 | 
			
		||||
`mklabel <LABEL>  
 | 
			
		||||
unit mb
 | 
			
		||||
mkpart primary 0g 128
 | 
			
		||||
mkpart primary 128 -1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user