blob: d41a29c70fe9d2c05ef45f52b330607629d24951 [file] [log] [blame]
Jeongik Cha5a547ef2024-10-18 17:13:04 +09001{
2 "name": "debian",
3 "disks": [
4 {
Mu-Le Lee955b6582024-11-01 15:40:58 +08005 "partitions": [
6 {
7 "label": "ROOT",
8 "path": "$PAYLOAD_DIR/root_part",
9 "writable": true,
10 "guid": "{root_part_guid}"
11 },
12 {
13 "label": "EFI",
14 "path": "$PAYLOAD_DIR/efi_part",
15 "writable": false,
16 "guid": "{efi_part_guid}"
17 }
18 ],
Jeongik Cha5a547ef2024-10-18 17:13:04 +090019 "writable": true
20 }
21 ],
Akilesh Kailash0faa9032024-10-30 15:13:28 -070022 "sharedPath": [
23 {
24 "sharedPath": "/storage/emulated"
25 },
26 {
Jiyong Park9bc612e2024-11-04 16:07:42 +090027 "sharedPath": "$APP_DATA_DIR/files"
Akilesh Kailash0faa9032024-10-30 15:13:28 -070028 }
29 ],
Jeongik Cha5a547ef2024-10-18 17:13:04 +090030 "protected": false,
31 "cpu_topology": "match_host",
32 "platform_version": "~1.0",
33 "memory_mib": 4096,
34 "debuggable": true,
35 "console_out": true,
Jeongik Cha5a547ef2024-10-18 17:13:04 +090036 "console_input_device": "ttyS0",
37 "network": true
38}