Fix shared cache path for VB 1.0 dev box
This commit is contained in:
parent
755b2033fe
commit
d6457aeb74
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Vagrant::Config.run do |config|
|
||||||
|
|
||||||
cache_dir = local_cache(config.vm.box)
|
cache_dir = local_cache(config.vm.box)
|
||||||
config.vm.share_folder "v-root", "/vagrant", "../"
|
config.vm.share_folder "v-root", "/vagrant", "../"
|
||||||
config.vm.share_folder "v-cache", "/var/apt/archives/", cache_dir
|
config.vm.share_folder "v-cache", "/var/cache/apt/archives/", cache_dir
|
||||||
|
|
||||||
if defined? VagrantVbguest::Config
|
if defined? VagrantVbguest::Config
|
||||||
config.vbguest.auto_update = false
|
config.vbguest.auto_update = false
|
||||||
|
|
Loading…
Reference in a new issue