How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "paledega/archlinux" config.vm.box_version = "0.0" end
vagrant init paledega/archlinux \ --box-version 0.0 vagrant up
This version was created about 1 year ago.
created by https://gist.github.com/sulincix/e97c4b3a38e227c701790f5d73a29a82