makebuildserver: add config options for disk and network hardware emulation

This commit is contained in:
Michael Pöhn 2018-10-11 11:30:46 +02:00
parent 2a9bc448ee
commit d98d90ab90
3 changed files with 12 additions and 0 deletions

View file

@ -65,6 +65,8 @@ config = {
'memory': 2048,
'hwvirtex': 'off',
'vm_provider': 'virtualbox',
'libvirt_disk_bus': 'virtio',
'libvirt_nic_model_type': 'virtio',
}
if os.path.isfile('/usr/bin/systemd-detect-virt'):