diff --git a/config/noobs/partitions.json b/config/noobs/partitions.json index 73096730fc..02c2956273 100644 --- a/config/noobs/partitions.json +++ b/config/noobs/partitions.json @@ -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": "" } - ], + ] }