-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
disk_layout.bak
139 lines (139 loc) · 2.43 KB
/
disk_layout.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"_comment": "Copyright (c) 2024 Alex313031",
"_comment": "See http://www.chromium.org/chromium-os/developer-guide/disk-layout-format",
"parent": "legacy_disk_layout.json",
"layouts":{
"common":[
{
"num": 2,
"size": "64 MiB"
},
{
"num": 4,
"size": "64 MiB"
},
{
"num": 12,
"size": "128 MiB"
},
{
"num": 5,
"size":"3724 MiB"
},
{
"num": 3,
# caculate: size = fs_size / 64 + 200 (M)
"fs_size":"3484 MiB",
"size":"3724 MiB"
},
{
"num": 1,
"size": "4 GiB"
}
],
"usb":[
{
# Slot B rootfs, unused on USB, but pad to 2M.
# installation will expand this to size from base.
"num": 5,
"size": "2 MiB"
},
{
"num": 3,
"fs_size":"3484 MiB",
"size": "3724 MiB"
},
{
"num": 1,
"size": "4 GiB"
}
],
"usb-updatable":[
{
"num": 3,
"fs_size":"3484 MiB",
"size": "3724 MiB"
},
{
"num": 1,
"size": "6 GiB"
}
],
"factory_install": [
{
"num": 3,
"fs_size":"3484 MiB",
"size": "3724 MiB"
},
{
"num": 1,
"size": "500 MiB"
}
],
"recovery":[
{
"num": 3,
"fs_size":"3484 MiB",
"size": "3724 MiB"
}
],
"4gb-rootfs": [
{
"num": 2,
"size": "64 MiB"
},
{
"num": 4,
"size": "64 MiB"
},
{
"num": 12,
"size": "128 MiB"
},
{
"num": 5,
"fs_size":"4000 MiB",
"size": "4096 MiB"
},
{
"num": 3,
"fs_size": "4000 MiB",
"size": "4096 MiB"
},
{
"num": 1,
"size": "6 GiB"
}
],
# Huge rootfs, suitable for VM only images, should not be used
# for actual hardware devices.
"16gb-rootfs": [
{
"num": 2,
"size": "64 MiB"
},
{
"num": 4,
"size": "64 MiB"
},
{
"num": 12,
"size": "128 MiB"
},
{
"num": 5,
"fs_size":"4000 MiB",
"size": "4096 MiB"
},
{
"num": 3,
"fs_size": "16000 MiB",
"size": "16384 MiB"
},
{
"num": 1,
"size": "6 GiB"
}
]
}
}