aboutsummaryrefslogtreecommitdiffstats
path: root/wic/sdimage-raspberrypi.wks
blob: 01fbaeaeb12d44c215becc17792b21932686ce26 (plain)
1
2
3
4
5
6
# short-description: Create Raspberry Pi SD card image
# long-description: Creates a partitioned SD card image for use with
# Raspberry Pi. Boot files are located in the first vfat partition.

part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 20
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096