Skip to content

Commit

Permalink
update the vagrant box to use the virtio-scsi disk controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Apr 10, 2023
1 parent e750ccb commit 300f506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile-uefi.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Vagrant.configure(2) do |config|
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
Expand Down
2 changes: 2 additions & 0 deletions Vagrantfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Vagrant.configure(2) do |config|
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
Expand Down

0 comments on commit 300f506

Please sign in to comment.