blob: bd7ac77ca5ad09090d16b0f11bf08270b9736b09 (
plain)
1
2
3
4
5
6
7
8
|
part / --size=1800 --ondisk mmcblk0p --fstype=btrfs
# This is not used currently. It is here because the /boot partition
# needs to be the partition number 3 for the u-boot usage.
part swap --size=192 --ondisk mmcblk0p --fstype=swap
# This partition is made so that u-boot can find the kernel
part /boot --size=64 --ondisk mmcblk0p --fstype=vfat
|