1[metadata] 2# Filesystem type (options: `fat32`) 3fs_type = "fat32" 4# Size of the rootfs disk image (eg, `1G`, `1024M`) 5size = "1G" 6 7[partition] 8# Partition type (options: "none", "mbr", "gpt") 9# 10# If "none" is specified, no partition table will be created, 11# and the entire disk will be treated as a single partition. 12# 13# Note that the "none" option is incompatible with GRUB boot. 14type = "none" 15