xref: /DADK/tests/data/config/rootfs.toml (revision c6f35e8aa5fda2a3004763828fb91c7762df6087)
1*c6f35e8aSLoGin[metadata]
2*c6f35e8aSLoGin# Filesystem type (options: `fat32`)
3*c6f35e8aSLoGinfs_type = "fat32"
4*c6f35e8aSLoGin# Size of the rootfs disk image (eg, `1G`, `1024M`)
5*c6f35e8aSLoGinsize = "16M"
6*c6f35e8aSLoGin
7*c6f35e8aSLoGin[partition]
8*c6f35e8aSLoGin# Partition type (options: "none", "mbr", "gpt")
9*c6f35e8aSLoGin#
10*c6f35e8aSLoGin# If "none" is specified, no partition table will be created,
11*c6f35e8aSLoGin# and the entire disk will be treated as a single partition.
12*c6f35e8aSLoGin#
13*c6f35e8aSLoGin# Note that the "none" option is incompatible with GRUB boot.
14*c6f35e8aSLoGintype = "mbr"
15