mmc { name = "internal"; partition { size = -1; fs_type = "vfat"; prefix = "mmc2"; } partition { size = 4096; options = "preserve"; } partition { size = 2048; fs_type = "ext4"; prefix = "home"; } } mmc { name = "internal"; partition { size = -1; options = "preserve"; } partition { label = "rootfs"; size = 4096; fs_type = "ext4"; options = "anyfstype"; } partition { size = 2048; options = "preserve"; } }