blob: 207315f8154bfd64068e7a433e98457cf72a4aca [file] [log] [blame]
# short-description: Create mmc image for Turris Omnia
# long-description: Creates a partitioned mmc image for use with
# Turris Omnia. Boot files are located in the first vfat partition.
part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --system-id 0x0c
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 1024