How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tantegerda1/archlinux"
config.vm.box_version = "1.0.16"
end
vagrant init tantegerda1/archlinux \
--box-version 1.0.16
vagrant up
This version was created almost 5 years ago.
Minimal Arch Linux box with nfs support.
Security and regular software updates:
Deprecation note: yaourt (aur helper) has been removed in the previous release. Recommended alternative is to use a local/private repository.