blob: 4d3110540c3a41cb8f95d30e951555c9167501aa [file] [log] [blame]
Jeongik Cha8e711982024-10-20 12:45:35 +09001{
2 "name": "debian",
3 "disks": [
4 {
maciek swieche17e59f2024-11-25 20:13:23 +00005 "partitions": [
6 {
7 "label": "ROOT",
8 "path": "$PAYLOAD_DIR/root_part",
9 "writable": true,
10 "guid": "{root_part_guid}"
11 },
12 {
13 "label": "BIOS",
14 "path": "$PAYLOAD_DIR/bios_part",
15 "writable": true,
16 "guid": "{root_part_guid}"
17 },
18 {
19 "label": "EFI",
20 "path": "$PAYLOAD_DIR/efi_part",
21 "writable": false,
22 "guid": "{efi_part_guid}"
23 }
24 ],
Jeongik Cha8e711982024-10-20 12:45:35 +090025 "writable": true
26 }
27 ],
Akilesh Kailash0faa9032024-10-30 15:13:28 -070028 "sharedPath": [
29 {
30 "sharedPath": "/storage/emulated"
31 },
32 {
Jiyong Park9bc612e2024-11-04 16:07:42 +090033 "sharedPath": "$APP_DATA_DIR/files"
Akilesh Kailash0faa9032024-10-30 15:13:28 -070034 }
35 ],
Jeongik Cha4e3021a2024-10-21 16:50:11 +090036 "kernel": "$PAYLOAD_DIR/vmlinuz",
37 "initrd": "$PAYLOAD_DIR/initrd.img",
38 "params": "root=/dev/vda1",
Jeongik Cha8e711982024-10-20 12:45:35 +090039 "protected": false,
40 "cpu_topology": "match_host",
41 "platform_version": "~1.0",
42 "memory_mib": 4096,
43 "debuggable": true,
44 "console_out": true,
Jeongik Cha8e711982024-10-20 12:45:35 +090045 "console_input_device": "ttyS0",
46 "network": true
47}