mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-04 05:02:46 +00:00 
			
		
		
		
	Update CROSS-COMPILING.md
This commit is contained in:
		@@ -44,10 +44,10 @@ Name of "_CROSS_COMPILE_" variable will change depending on the choosen option.
 | 
				
			|||||||
* create root partition  
 | 
					* create root partition  
 | 
				
			||||||
`n`  
 | 
					`n`  
 | 
				
			||||||
* press enter twice to use the rest of the disk  
 | 
					* press enter twice to use the rest of the disk  
 | 
				
			||||||
Make 
 | 
					* Make root filesystem  
 | 
				
			||||||
`mkfs.<ROOT_FILESYSTEM> /dev/sda2`  
 | 
					`mkfs.<ROOT_FILESYSTEM> /dev/mmcblk0p2`  
 | 
				
			||||||
* Make boot filesystem according to supported bootloader or just "_mkfs.vfat_" if on UEFI.  
 | 
					* Make boot filesystem according to supported bootloader (only "_mkfs.vfat_")  
 | 
				
			||||||
`mkfs.<BOOTLOADER_FILESYSTEM> /dev/sda1`  
 | 
					`mkfs.<BOOTLOADER_FILESYSTEM> /dev/mmcblk0p1`  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## BOOTLOADER
 | 
					## BOOTLOADER
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user