burrow-pi-img/export-noobs/00-release/files/partitions.json

20 lines
522 B
JSON
Raw Normal View History

2016-05-27 10:56:23 +00:00
{
"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
}
]
}