You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
639 B

  1. {
  2. "partitions": [
  3. {
  4. "filesystem_type": "FAT",
  5. "label": "boot",
  6. "mkfs_options": "-F 32",
  7. "partition_size_nominal": BOOT_NOM,
  8. "uncompressed_tarball_size": BOOT_SIZE,
  9. "want_maximised": false,
  10. "sha256sum": "BOOT_SHASUM"
  11. },
  12. {
  13. "filesystem_type": "ext4",
  14. "label": "root",
  15. "mkfs_options": "-O ^huge_file",
  16. "partition_size_nominal": ROOT_NOM,
  17. "uncompressed_tarball_size": ROOT_SIZE,
  18. "want_maximised": true,
  19. "sha256sum": "ROOT_SHASUM"
  20. }
  21. ]
  22. }