Hyperv Debian + UEFI

This commit is contained in:
Greg Hellings
2023-12-30 05:37:32 +00:00
parent 76abdb9132
commit b11669345e
112 changed files with 468 additions and 850 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
Vagrant.configure('2') do |c|
c.vm.synced_folder ".", "/vagrant", type: "rsync"
# Set some basic overrides
c.vm.provider :libvirt do |v, override|
v.driver = 'kvm'
v.connect_via_ssh = false
#v.username = 'root'
v.memory = 2048
# QEmu Guest Agent channel
v.qemu_use_agent = true
v.loader = File.join(__dir__, 'OVMF_CODE.fd')
v.nvram = File.join(__dir__, 'efivars.fd')
end
c.vm.provider :virtualbox do |v|
v.gui = false