blob: 353daac9a3e59c670f01280bf37de66690f13d27 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001# short-description: Create Raspberry Pi SD card image
2# long-description: Creates a partitioned SD card image for use with
3# Raspberry Pi. Boot files are located in the first vfat partition.
4
5part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 20
6part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096