xref: /DADK/tests/data/config/rootfs.toml (revision cfb7b78ff5dff2a09cba93336ba222be89cbd3e1)
1[metadata]
2# Filesystem type (options: `fat32`)
3fs_type = "fat32"
4# Size of the rootfs disk image (eg, `1G`, `1024M`)
5size = "16M"
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 = "mbr"
15