blob: 9f9295ce314c3f640dfd49ffbdfdfb9120dd8cf4 [file] [log] [blame]
Jeongik Cha5a547ef2024-10-18 17:13:04 +09001{
2 "name": "debian",
3 "disks": [
4 {
Jeongik Cha88ae9172024-10-18 17:27:55 +09005 "image": "$PAYLOAD_DIR/image.raw",
Jeongik Cha5a547ef2024-10-18 17:13:04 +09006 "partitions": [],
7 "writable": true
8 }
9 ],
Jeongik Cha5a547ef2024-10-18 17:13:04 +090010 "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}