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 | ], | ||||
10 | "protected": false, | ||||
11 | "cpu_topology": "match_host", | ||||
12 | "platform_version": "~1.0", | ||||
13 | "memory_mib": 4096, | ||||
14 | "debuggable": true, | ||||
15 | "console_out": true, | ||||
16 | "connect_console": true, | ||||
17 | "console_input_device": "ttyS0", | ||||
18 | "network": true | ||||
19 | } | ||||
20 |