part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 20
part / --source rootfs --ondisk mmcblk0 --fstype=squashfs --align 4096
part --ondisk mmcblk0 --fstype=ext4 --label data
