mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 20:45:50 +00:00
config/noobs: fix partition layout file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
932981da62
commit
397b34d40e
@ -1,20 +1,20 @@
|
||||
{
|
||||
"partitions": [
|
||||
{
|
||||
"label": "System",
|
||||
"filesystem_type": "FAT",
|
||||
"partition_size_nominal: "128",
|
||||
"want_maximised": "false",
|
||||
"label": "System",
|
||||
"filesystem_type": "FAT",
|
||||
"partition_size_nominal": 128,
|
||||
"want_maximised": false,
|
||||
"uncompressed_tarball_size": 110,
|
||||
"mkfs_options": ""
|
||||
"mkfs_options": ""
|
||||
},
|
||||
{
|
||||
"label": "Storage",
|
||||
"filesystem_type": "ext4",
|
||||
"partition_size_nominal: "864",
|
||||
"want_maximised": "true",
|
||||
"uncompressed_tarball_size": 2,
|
||||
"mkfs_options": ""
|
||||
"label": "Storage",
|
||||
"filesystem_type": "ext4",
|
||||
"partition_size_nominal": 864,
|
||||
"want_maximised": true,
|
||||
"uncompressed_tarball_size": 10,
|
||||
"mkfs_options": ""
|
||||
}
|
||||
],
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user