forked from libretro/Lakka-LibreELEC
21 lines
555 B
JSON
21 lines
555 B
JSON
{
|
|
"partitions": [
|
|
{
|
|
"label": "System",
|
|
"filesystem_type": "FAT",
|
|
"partition_size_nominal": @SYSTEM_SIZE@,
|
|
"want_maximised": false,
|
|
"uncompressed_tarball_size": 120,
|
|
"mkfs_options": ""
|
|
},
|
|
{
|
|
"label": "Storage",
|
|
"filesystem_type": "ext4",
|
|
"partition_size_nominal": 512,
|
|
"want_maximised": true,
|
|
"uncompressed_tarball_size": 10,
|
|
"mkfs_options": ""
|
|
}
|
|
]
|
|
}
|