mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
config/noobs: use 512MB parition size for consistency
This commit is contained in:
parent
80914ec2d7
commit
6c589e28be
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"label": "@DISTRONAME@_@PROJECT@_System",
|
"label": "@DISTRONAME@_@PROJECT@_System",
|
||||||
"filesystem_type": "FAT",
|
"filesystem_type": "FAT",
|
||||||
"partition_size_nominal": 256,
|
"partition_size_nominal": 512,
|
||||||
"want_maximised": false,
|
"want_maximised": false,
|
||||||
"uncompressed_tarball_size": 120,
|
"uncompressed_tarball_size": 120,
|
||||||
"mkfs_options": ""
|
"mkfs_options": ""
|
||||||
@ -11,7 +11,7 @@
|
|||||||
{
|
{
|
||||||
"label": "@DISTRONAME@_@PROJECT@_Storage",
|
"label": "@DISTRONAME@_@PROJECT@_Storage",
|
||||||
"filesystem_type": "ext4",
|
"filesystem_type": "ext4",
|
||||||
"partition_size_nominal": 744,
|
"partition_size_nominal": 512,
|
||||||
"want_maximised": true,
|
"want_maximised": true,
|
||||||
"uncompressed_tarball_size": 10,
|
"uncompressed_tarball_size": 10,
|
||||||
"mkfs_options": ""
|
"mkfs_options": ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user