23 lines
644 B
JSON
Raw Normal View History

2016-05-27 11:56:23 +01:00
{
"partitions": [
{
"filesystem_type": "FAT",
"label": "boot",
"mkfs_options": "-F 32 -s 4",
2016-05-27 11:56:23 +01:00
"partition_size_nominal": BOOT_NOM,
"uncompressed_tarball_size": BOOT_SIZE,
2019-06-07 15:55:54 +01:00
"want_maximised": false,
"sha256sum": "BOOT_SHASUM"
2016-05-27 11:56:23 +01:00
},
{
"filesystem_type": "ext4",
"label": "root",
"mkfs_options": "-O ^huge_file",
"partition_size_nominal": ROOT_NOM,
"uncompressed_tarball_size": ROOT_SIZE,
2019-06-07 15:55:54 +01:00
"want_maximised": true,
"sha256sum": "ROOT_SHASUM"
2016-05-27 11:56:23 +01:00
}
]
}