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 | ], |
Jeongik Cha | 4e3021a | 2024-10-21 16:50:11 +0900 | [diff] [blame] | 10 | "kernel": "$PAYLOAD_DIR/vmlinuz", |
| 11 | "initrd": "$PAYLOAD_DIR/initrd.img", |
| 12 | "params": "root=/dev/vda1", |
Jeongik Cha | 8e71198 | 2024-10-20 12:45:35 +0900 | [diff] [blame] | 13 | "protected": false, |
| 14 | "cpu_topology": "match_host", |
| 15 | "platform_version": "~1.0", |
| 16 | "memory_mib": 4096, |
| 17 | "debuggable": true, |
| 18 | "console_out": true, |
| 19 | "connect_console": true, |
| 20 | "console_input_device": "ttyS0", |
| 21 | "network": true |
| 22 | } |