Skip to content

Instantly share code, notes, and snippets.

@eddyb
Created June 15, 2013 13:24
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 eddyb/d0d212e37b64952c87d1 to your computer and use it in GitHub Desktop.
Save eddyb/d0d212e37b64952c87d1 to your computer and use it in GitHub Desktop.
mmc {
name = "internal";
partition {
fs_type = "vfat";
prefix = "mydocs";
no_create = true;
}
partition {
size = 2048;
fs_type = "ext3";
prefix = "home";
}
partition {
size = 768;
fs_type = "swap";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment