20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"partitions": [
|
|
{
|
|
"filesystem_type": "FAT",
|
|
"label": "boot",
|
|
"partition_size_nominal": BOOT_NOM,
|
|
"uncompressed_tarball_size": BOOT_SIZE,
|
|
"want_maximised": false
|
|
},
|
|
{
|
|
"filesystem_type": "ext4",
|
|
"label": "root",
|
|
"mkfs_options": "-O ^huge_file",
|
|
"partition_size_nominal": ROOT_NOM,
|
|
"uncompressed_tarball_size": ROOT_SIZE,
|
|
"want_maximised": true
|
|
}
|
|
]
|
|
}
|