Skip to content

Instantly share code, notes, and snippets.

@derEremit
Created March 11, 2013 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derEremit/5133332 to your computer and use it in GitHub Desktop.
Save derEremit/5133332 to your computer and use it in GitHub Desktop.
vagrant speedup
im host:
mkdir -p ~/.cache/vagrant-apt-cache/precise64/partial/
in Vagrantfile unter
config.vm.define:
if File.directory? File.expand_path "~/.cache/vagrant-apt-cache/precise64/partial/"
config.vm.share_folder "apt-cache", "/var/cache/apt/archives", "~/.cache/vagrant-apt-cache/precise64", :owner => "root", :group => "root"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment