blob: c16b5335d89892c4827b3a1de05a2debdeca4f74 [file] [log] [blame]
David Zeuthend6a6e022016-04-07 14:14:58 -04001{
2 "settings": {
3 "ab_suffixes": ["_a", "_b"],
4 "disk_size": 10737418240,
5 "disk_alignment": 4096,
David Zeuthenc3ae67c2016-04-21 17:02:30 -04006 "disk_guid": "01234567-89ab-cdef-0123-000000000000"
David Zeuthend6a6e022016-04-07 14:14:58 -04007 },
8 "partitions": [
9 {
10 "label": "boot_a",
11 "offset": 20480,
12 "size": 33554432,
13 "grow": false,
14 "guid": "01234567-89ab-cdef-0123-000000000001",
15 "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
16 "flags": "0x0000000000000000",
17 "ignore": false,
18 "ab": true,
David Zeuthenc3ae67c2016-04-21 17:02:30 -040019 "ab_expanded": true,
Casey Dahlin3974ab62016-06-06 19:07:53 +000020 "position": 0
David Zeuthend6a6e022016-04-07 14:14:58 -040021 },
22 {
23 "label": "boot_b",
24 "offset": 33574912,
25 "size": 33554432,
26 "grow": false,
27 "guid": "01234567-89ab-cdef-0123-000000000002",
28 "type_guid": "bb499290-b57e-49f6-bf41-190386693794",
29 "flags": "0x0000000000000000",
30 "ignore": false,
31 "ab": true,
David Zeuthenc3ae67c2016-04-21 17:02:30 -040032 "ab_expanded": true,
Casey Dahlin3974ab62016-06-06 19:07:53 +000033 "position": 0
David Zeuthend6a6e022016-04-07 14:14:58 -040034 },
35 {
36 "label": "system_a",
37 "offset": 67129344,
38 "size": 268435456,
39 "grow": false,
40 "guid": "01234567-89ab-cdef-0123-000000000003",
41 "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
42 "flags": "0x0000000000000000",
43 "ignore": false,
44 "ab": true,
David Zeuthenc3ae67c2016-04-21 17:02:30 -040045 "ab_expanded": true,
Casey Dahlin3974ab62016-06-06 19:07:53 +000046 "position": 0
David Zeuthend6a6e022016-04-07 14:14:58 -040047 },
48 {
49 "label": "system_b",
50 "offset": 335564800,
51 "size": 268435456,
52 "grow": false,
53 "guid": "01234567-89ab-cdef-0123-000000000004",
54 "type_guid": "0f2778c4-5cc1-4300-8670-6c88b7e57ed6",
55 "flags": "0x0000000000000000",
56 "ignore": false,
57 "ab": true,
David Zeuthenc3ae67c2016-04-21 17:02:30 -040058 "ab_expanded": true,
Casey Dahlin3974ab62016-06-06 19:07:53 +000059 "position": 0
David Zeuthend6a6e022016-04-07 14:14:58 -040060 },
61 {
62 "label": "odm_a",
63 "offset": 604000256,
64 "size": 1073741824,
65 "grow": false,
66 "guid": "01234567-89ab-cdef-0123-000000000005",
67 "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
68 "flags": "0x0000000000000000",
69 "ignore": false,
70 "ab": true,
David Zeuthenc3ae67c2016-04-21 17:02:30 -040071 "ab_expanded": true,
Casey Dahlin3974ab62016-06-06 19:07:53 +000072 "position": 0
David Zeuthend6a6e022016-04-07 14:14:58 -040073 },
74 {
75 "label": "odm_b",
76 "offset": 1677742080,
77 "size": 1073741824,
78 "grow": false,
79 "guid": "01234567-89ab-cdef-0123-000000000006",
80 "type_guid": "e99d84d7-2c1b-44cf-8c58-effae2dc2558",
81 "flags": "0x0000000000000000",
82 "ignore": false,
83 "ab": true,
David Zeuthenc3ae67c2016-04-21 17:02:30 -040084 "ab_expanded": true,
Casey Dahlin3974ab62016-06-06 19:07:53 +000085 "position": 0
David Zeuthend6a6e022016-04-07 14:14:58 -040086 },
87 {
88 "label": "userdata",
89 "offset": 2751483904,
90 "size": 7985913856,
91 "grow": true,
92 "guid": "01234567-89ab-cdef-0123-000000000007",
93 "type_guid": "0bb7e6ed-4424-49c0-9372-7fbab465ab4c",
94 "flags": "0x0000000000000000",
95 "ignore": false,
96 "ab": false,
David Zeuthenc3ae67c2016-04-21 17:02:30 -040097 "ab_expanded": false,
Casey Dahlin3974ab62016-06-06 19:07:53 +000098 "position": 0
David Zeuthend6a6e022016-04-07 14:14:58 -040099 }
100 ]
101}