From bb1e492ad2f21d5ba28b8d34caba63a7df076ed1 Mon Sep 17 00:00:00 2001 From: ilumos Date: Mon, 30 Aug 2021 18:29:07 +0100 Subject: [PATCH] Support HyperV in Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 565ee0e..844d7e9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "ubuntu/bionic64" + config.vm.box = "hashicorp/bionic64" config.vm.hostname = "lancache-autofill" config.vm.network "public_network", use_dhcp_assigned_default_route: true