Tiago Scolari

bits for fun

Vagrant Archlinux Box

2011-09-18

I could not find a vagrant archlinux box, so I created one. It’s available on SourceForge. (Archlinux 2011.08.19)

It’s very easy to setup:

gem install vagrant
vagrant box add archlinux http://ftp.heanet.ie/mirrors/sourceforge/v/project/va/vagrantarchlinx/2011.08.19/archlinux_2011.08.19.box
vagrant init
vagrant up

You can download it manually too.