mirror of
https://github.com/jon4hz/proxmox-ve.git
synced 2025-12-19 23:15:41 +01:00
use the q35 kvm machine type
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.provider 'libvirt' do |lv|
|
||||
lv.machine_type = 'q35'
|
||||
lv.loader = '/usr/share/ovmf/OVMF.fd'
|
||||
lv.graphics_type = 'spice'
|
||||
lv.video_type = 'qxl'
|
||||
lv.disk_bus = 'scsi'
|
||||
lv.disk_device = 'sda'
|
||||
lv.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio'
|
||||
lv.channel :type => 'spicevmc', :target_name => 'com.redhat.spice.0', :target_type => 'virtio'
|
||||
end
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.provider 'libvirt' do |lv|
|
||||
lv.machine_type = 'q35'
|
||||
lv.graphics_type = 'spice'
|
||||
lv.video_type = 'qxl'
|
||||
lv.disk_bus = 'scsi'
|
||||
lv.disk_device = 'sda'
|
||||
lv.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio'
|
||||
lv.channel :type => 'spicevmc', :target_name => 'com.redhat.spice.0', :target_type => 'virtio'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user