How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "terrywang/archlinux"
config.vm.box_version = "3.17.0719"
end
vagrant init terrywang/archlinux \
--box-version 3.17.0719
vagrant up
This version was created almost 7 years ago.
NOTE: Now the minor version is Year, and the following 4 digits are MMdd to reflect the changes better.
Bump version to 3.17.0719
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.