rootfs.toml 395 B

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