How to create an arch vm (virtual machine) in vagrant: The nicest thing about vagrant: If you have installed virtualbox you can see the vm and connect to it via gui. The installation is very easy and very fast!
# create vagrantfile vagrant init terrywang/archlinux # start vm vagrant up # get shell vagrant ssh # user: root pw: vagrant