How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "terrywang/archlinux"
config.vm.box_version = "3.17.1006"
end
vagrant init terrywang/archlinux \
--box-version 3.17.1006
vagrant up
This version was created almost 7 years ago.
Bump version to 3.17.1006
Always up-to-date Arch Linux x86_64 base box for various purposes, with many customization and built with love ;-D
See => archlinux-x86_64 @ GitHub for details.