mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
fix(coreos-base/oem-vagrant): disable VMware's hgfs
Suggested in https://github.com/coreos/coreos-vagrant/pull/127
This commit is contained in:
parent
32ad96fc9b
commit
015746fd5e
@ -24,4 +24,8 @@ Vagrant.configure("2") do |config|
|
||||
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
||||
end
|
||||
|
||||
config.vm.provider :vmware_fusion do |vf|
|
||||
vf.functional_hgfs = false
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user