How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "archlinux/archlinux"
  config.vm.box_version = "2017.06.01"
end
vagrant init archlinux/archlinux \
  --box-version 2017.06.01
vagrant up

This version was created about 7 years ago.

These are the official Arch Linux Vagrant boxes.

Project-URL is: https://github.com/shibumi/arch-boxes

In case of questions or suggestions: irc.freenode.org/#archlinux-projects

Changes in this version:

  • Bugfix: added missing btrfs-progs package
2 providers for this version.
  • libvirtd
    unknown Hosted by Vagrant Cloud (662 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (772 MB)