distribution/config/noobs/partitions.json

21 lines
557 B
JSON
Raw Normal View History

2022-02-05 14:23:32 +00:00
{
"partitions": [
{
"label": "System",
"filesystem_type": "FAT",
"partition_size_nominal": @SYSTEM_SIZE@,
"want_maximised": false,
"uncompressed_tarball_size": 1024,
"mkfs_options": ""
},
{
"label": "Storage",
"filesystem_type": "ext4",
2022-05-27 22:33:28 +00:00
"partition_size_nominal": 1024,
2022-02-05 14:23:32 +00:00
"want_maximised": true,
"uncompressed_tarball_size": 10,
"mkfs_options": ""
}
]
}