| { | |
| "partitions": [ | |
| { | |
| "ab": true, | |
| "label": "boot", | |
| "size": "32 MiB", | |
| "guid": "auto", | |
| "type_guid": "brillo_boot", | |
| }, | |
| { | |
| "ab": true, | |
| "label": "system", | |
| "size": "512 MiB", | |
| "guid": "auto", | |
| "type_guid": "brillo_system" | |
| }, | |
| { | |
| "ab": true, | |
| "label": "odm", | |
| "size": "1 GiB", | |
| "guid": "auto", | |
| "type_guid": "brillo_odm" | |
| }, | |
| { | |
| "label": "userdata", | |
| "grow": true, | |
| "guid": "auto", | |
| "type_guid": "brillo_userdata" | |
| } | |
| ] | |
| } |