blob: 1719815e7bfd31a36c0c21dc867e0dcc06488fde [file] [log] [blame]
Jeongik Cha8e711982024-10-20 12:45:35 +09001{
2 "name": "debian",
3 "disks": [
4 {
5 "image": "$PAYLOAD_DIR/image.raw",
6 "partitions": [],
7 "writable": true
8 }
9 ],
Akilesh Kailash0faa9032024-10-30 15:13:28 -070010 "sharedPath": [
11 {
12 "sharedPath": "/storage/emulated"
13 },
14 {
Jiyong Park9bc612e2024-11-04 16:07:42 +090015 "sharedPath": "$APP_DATA_DIR/files"
Akilesh Kailash0faa9032024-10-30 15:13:28 -070016 }
17 ],
Jeongik Cha4e3021a2024-10-21 16:50:11 +090018 "kernel": "$PAYLOAD_DIR/vmlinuz",
19 "initrd": "$PAYLOAD_DIR/initrd.img",
20 "params": "root=/dev/vda1",
Jeongik Cha8e711982024-10-20 12:45:35 +090021 "protected": false,
22 "cpu_topology": "match_host",
23 "platform_version": "~1.0",
24 "memory_mib": 4096,
25 "debuggable": true,
26 "console_out": true,
27 "connect_console": true,
28 "console_input_device": "ttyS0",
29 "network": true
30}