Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit d01ece4

Browse files
committed
Merge branch 'release/1.0.1'
2 parents eed5253 + ef83ee3 commit d01ece4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Vagrantfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Vagrant.configure("2") do |config|
6565
config.vm.provider :virtualbox do |v, o|
6666
v.memory = box_config.get(:memory)
6767
v.cpus = box_config.get(:cpu)
68+
v.customize [
69+
"modifyvm", :id,
70+
"--paravirtprovider", "kvm" # for linux guest
71+
]
6872
end
6973

7074
config.vm.provider :lxc do |lxc|
@@ -102,4 +106,4 @@ Vagrant.configure("2") do |config|
102106
node.hostmanager.aliases = box_config.get(:domains)
103107
end
104108

105-
end
109+
end

0 commit comments

Comments
 (0)