blob: 2fb9faaf477da5b9ed1c4555a3d6b0bd585fabb0 [file] [log] [blame]
{
"name": "debian",
"disks": [
{
"image": "$PAYLOAD_DIR/image.raw",
"partitions": [],
"writable": true
}
],
"kernel": "$PAYLOAD_DIR/vmlinuz",
"initrd": "$PAYLOAD_DIR/initrd.img",
"params": "root=/dev/vda1",
"protected": false,
"cpu_topology": "match_host",
"platform_version": "~1.0",
"memory_mib": 4096,
"debuggable": true,
"console_out": true,
"connect_console": true,
"console_input_device": "ttyS0",
"network": true
}