vagrant-cachier-ng/docs/buckets/pacman.md

11 lines
211 B
Markdown
Raw Normal View History

2013-12-07 05:43:37 +00:00
# Pacman
```ruby
Vagrant.configure("2") do |config|
config.vm.box = 'some-arch-linux-box'
config.cache.enable :pacman
end
```
Used by Arch Linux, will get configured under guest's `/var/cache/pacman/pkg`.