Update CROSS-COMPILING.md

This commit is contained in:
mayfrost 2018-08-14 06:55:13 +00:00 committed by GitHub
parent a15317a159
commit 6df43479e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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