Created
March 11, 2013 10:31
-
-
Save derEremit/5133332 to your computer and use it in GitHub Desktop.
vagrant speedup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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