To be able to backup files, for example, when testing.
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
# 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 --fstype=vfat --label boot --align 4096 --active --size 20
+part /boot --source bootimg-partition --fstype=vfat --label boot --align 4096 --active --fixed-size 128M
part / --source rootfs --fstype=ext4 --label rootA --align 4096
part rootfsB --source rootfs --fstype=ext4 --label rootB