config/noobs: fix partition layout file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-31 02:14:30 +02:00
parent 932981da62
commit 397b34d40e

View File

@ -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": ""
} }
], ]
} }