mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +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
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user