mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
config/noobs: fix partition layout file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6518835a4a
commit
8dfa8dfffb
@ -3,18 +3,18 @@
|
|||||||
{
|
{
|
||||||
"label": "System",
|
"label": "System",
|
||||||
"filesystem_type": "FAT",
|
"filesystem_type": "FAT",
|
||||||
"partition_size_nominal: "128",
|
"partition_size_nominal": 128,
|
||||||
"want_maximised": "false",
|
"want_maximised": false,
|
||||||
"uncompressed_tarball_size": 110,
|
"uncompressed_tarball_size": 110,
|
||||||
"mkfs_options": ""
|
"mkfs_options": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Storage",
|
"label": "Storage",
|
||||||
"filesystem_type": "ext4",
|
"filesystem_type": "ext4",
|
||||||
"partition_size_nominal: "864",
|
"partition_size_nominal": 864,
|
||||||
"want_maximised": "true",
|
"want_maximised": true,
|
||||||
"uncompressed_tarball_size": 2,
|
"uncompressed_tarball_size": 10,
|
||||||
"mkfs_options": ""
|
"mkfs_options": ""
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user