blob: 12f99c3e38af78497f943052db50b93de416a034 [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 {
Jeongik Cha4ec83802024-10-31 23:13:22 +090015 "sharedPath": "/data/data/$PACKAGE_NAME/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}