blob: d41a29c70fe9d2c05ef45f52b330607629d24951 [file] [log] [blame]
{
"name": "debian",
"disks": [
{
"partitions": [
{
"label": "ROOT",
"path": "$PAYLOAD_DIR/root_part",
"writable": true,
"guid": "{root_part_guid}"
},
{
"label": "EFI",
"path": "$PAYLOAD_DIR/efi_part",
"writable": false,
"guid": "{efi_part_guid}"
}
],
"writable": true
}
],
"sharedPath": [
{
"sharedPath": "/storage/emulated"
},
{
"sharedPath": "$APP_DATA_DIR/files"
}
],
"protected": false,
"cpu_topology": "match_host",
"platform_version": "~1.0",
"memory_mib": 4096,
"debuggable": true,
"console_out": true,
"console_input_device": "ttyS0",
"network": true
}