mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-04-24 22:47:18 +00:00
21 lines
591 B
JSON
21 lines
591 B
JSON
{
|
|
"partitions": [
|
|
{
|
|
"label": "@DISTRONAME@_@PROJECT@_System",
|
|
"filesystem_type": "FAT",
|
|
"partition_size_nominal": 160,
|
|
"want_maximised": false,
|
|
"uncompressed_tarball_size": 120,
|
|
"mkfs_options": ""
|
|
},
|
|
{
|
|
"label": "@DISTRONAME@_@PROJECT@_Storage",
|
|
"filesystem_type": "ext4",
|
|
"partition_size_nominal": 864,
|
|
"want_maximised": true,
|
|
"uncompressed_tarball_size": 10,
|
|
"mkfs_options": ""
|
|
}
|
|
]
|
|
}
|