Skip to content

Instantly share code, notes, and snippets.

Created May 31, 2015 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/417ab5676f6ad55900ee to your computer and use it in GitHub Desktop.
Save anonymous/417ab5676f6ad55900ee to your computer and use it in GitHub Desktop.
{
"partitions": [
{
"label": "boot",
"filesystem_type": "FAT",
"partition_size_nominal": 60,
"want_maximised": false,
"uncompressed_tarball_size": 20
},
{
"label": "retropie",
"filesystem_type": "ext4",
"partition_size_nominal": 2200,
"want_maximised": true,
"mkfs_options": "-O ^huge_file",
"uncompressed_tarball_size": 15
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment