Jeongik Cha | 8e71198 | 2024-10-20 12:45:35 +0900 | [diff] [blame] | 1 | { |
| 2 | "name": "debian", |
| 3 | "disks": [ |
| 4 | { |
| 5 | "image": "$PAYLOAD_DIR/image.raw", |
| 6 | "partitions": [], |
| 7 | "writable": true |
| 8 | } |
| 9 | ], |
Akilesh Kailash | 0faa903 | 2024-10-30 15:13:28 -0700 | [diff] [blame] | 10 | "sharedPath": [ |
| 11 | { |
| 12 | "sharedPath": "/storage/emulated" |
| 13 | }, |
| 14 | { |
Jiyong Park | 9bc612e | 2024-11-04 16:07:42 +0900 | [diff] [blame^] | 15 | "sharedPath": "$APP_DATA_DIR/files" |
Akilesh Kailash | 0faa903 | 2024-10-30 15:13:28 -0700 | [diff] [blame] | 16 | } |
| 17 | ], |
Jeongik Cha | 4e3021a | 2024-10-21 16:50:11 +0900 | [diff] [blame] | 18 | "kernel": "$PAYLOAD_DIR/vmlinuz", |
| 19 | "initrd": "$PAYLOAD_DIR/initrd.img", |
| 20 | "params": "root=/dev/vda1", |
Jeongik Cha | 8e71198 | 2024-10-20 12:45:35 +0900 | [diff] [blame] | 21 | "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 | } |