Skip to content

Commit

Permalink
Merge pull request #4699 from lrusak/master-noobs
Browse files Browse the repository at this point in the history
Thanks :)
  • Loading branch information
Christian Hewitt committed Feb 10, 2016
2 parents 80914ec + 6c589e2 commit 8bf4dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/noobs/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
{
"label": "@DISTRONAME@_@PROJECT@_System",
"filesystem_type": "FAT",
"partition_size_nominal": 256,
"partition_size_nominal": 512,
"want_maximised": false,
"uncompressed_tarball_size": 120,
"mkfs_options": ""
},
{
"label": "@DISTRONAME@_@PROJECT@_Storage",
"filesystem_type": "ext4",
"partition_size_nominal": 744,
"partition_size_nominal": 512,
"want_maximised": true,
"uncompressed_tarball_size": 10,
"mkfs_options": ""
Expand Down

0 comments on commit 8bf4dd1

Please sign in to comment.