blob: bb41e0f56dc063ce71d07d3e2748ff00a22c9ad6 [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
Patrick Williams39653562024-03-01 08:54:02 -06005part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 100
Brad Bishop316dfdd2018-06-25 12:45:53 -04006part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096