developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | # 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 | |||||
5 | part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --system-id 0x0c | ||||
6 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 1024 |