mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +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
|
@ -63,3 +63,11 @@
|
|||
# below:
|
||||
#
|
||||
# vm_provider = 'libvirt'
|
||||
|
||||
# By default libvirt uses 'virtio' for both network and disk drivers.
|
||||
# Some systems (eg. nesting VMware ESXi) do not support virtio. As a
|
||||
# workaround for such rare cases, this setting allows to configure
|
||||
# KVM/libvirt to emulate hardware rather than using virtio.
|
||||
#
|
||||
# libvirt_disk_bus = 'sata'
|
||||
# libvirt_nic_model_type = 'rtl8139'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue