mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
parent
a15317a159
commit
6df43479e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user