Compare commits

...

4 Commits

Author SHA1 Message Date
dongzhimin-xz
1a027a984c
Merge 53f7aabb16 into 624c024766 2025-09-03 10:07:12 +00:00
dongzhimin
53f7aabb16 fixed issues that vagrant can't run 2025-08-15 22:08:30 +08:00
dongzhimin
7db768aedf fix issues 2025-08-14 23:39:36 +08:00
dongzhimin
870fb783da fixed issue which causes nfs unable to work 2025-08-14 23:00:46 +08:00

2
Vagrantfile vendored
View File

@ -173,7 +173,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
if config.vm.networks.any? { |type, options| type == :private_network }
config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ['rw', 'actimeo=1']
config.vm.synced_folder ".", "/vagrant"
else
config.vm.synced_folder ".", "/vagrant", type: "rsync", create: true, rsync__args: ["--verbose", "--archive", "--delete", "-z"]
end