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