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"; } }