mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-03 20:52:45 +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  
 | 
			
		||||
`n`  
 | 
			
		||||
* press enter twice to use the rest of the disk  
 | 
			
		||||
Make 
 | 
			
		||||
`mkfs.<ROOT_FILESYSTEM> /dev/sda2`  
 | 
			
		||||
* Make boot filesystem according to supported bootloader or just "_mkfs.vfat_" if on UEFI.  
 | 
			
		||||
`mkfs.<BOOTLOADER_FILESYSTEM> /dev/sda1`  
 | 
			
		||||
* Make root filesystem  
 | 
			
		||||
`mkfs.<ROOT_FILESYSTEM> /dev/mmcblk0p2`  
 | 
			
		||||
* Make boot filesystem according to supported bootloader (only "_mkfs.vfat_")  
 | 
			
		||||
`mkfs.<BOOTLOADER_FILESYSTEM> /dev/mmcblk0p1`  
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## BOOTLOADER
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user