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