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

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