Skip to content

Commit 0240128

Browse files
authored
Merge pull request #997 from Chassis/992-virtual-box-7
2 parents e42992a + 8187691 commit 0240128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Vagrant.configure("2") do |config|
106106
full_from = File.realpath from, base_path.to_s
107107
full_synced[ to ] = full_from
108108
end
109-
vb.customize [ "guestproperty", "set", :id, "/Chassis/synced_folders", JSON.dump( full_synced ), "--flags", "TRANSIENT,RDONLYGUEST" ]
109+
vb.customize [ "guestproperty", "set", :id, "/Chassis/synced_folders", JSON.dump( full_synced ) ]
110110
# Ensure the VM has network access, see https://stackoverflow.com/a/18457420. This is another workaround for Windows.
111111
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
112112
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]

0 commit comments

Comments
 (0)