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
+6 -2
View File
@@ -30,9 +30,13 @@ Vagrant.configure("2") do |config|
# # Customize the amount of memory on the VM:
# vb.memory = "1024"
# end
config.vm.provider "libvirt" do |lv|
end
config.vm.provider "hyperv" do |hv|
config.vm.network "private_network", bridge: "packer-amd64"
config.vm.provider "hyperv" do |hv, over|
over.vm.network "private_network", bridge: "packer-amd64"
#config.vm.network "private_network", bridge: "packer-amd64"
end
#