mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
makebuildserver: add config options for disk and network hardware emulation
This commit is contained in:
parent
2a9bc448ee
commit
d98d90ab90
3 changed files with 12 additions and 0 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue