vagrantboxes
vagrantboxes copied to clipboard
Handcrafted Arch Linux Vagrant base box with :heart:
I couldn't find the URL will update when I do
I'm using this simple vagrant file: ``` Vagrant.configure("2") do |config| config.vm.define "acs" do |acs| acs.vm.box = "ubuntu/trusty64" acs.vm.hostname = "acs" acs.vm.network "private_network", ip: "192.168.33.10" end config.vm.define "temp" do |temp| temp.vm.box...
vm.box = "terrywang/archlinux" ``` $ vagrant ssh arch64 Last login: Mon Feb 1 12:15:15 2016 vagrant@archlinux:~$ cd /vagrant/ -bash: cd: /vagrant/: Permission denied ```
/home
Not really a bug, but why is `/home` a separate, smaller filesystem? If I'd like to make use of the entire 10GB default storage allocation, this configuration makes things more...
I'm using this box: http://cloud.terry.im/vagrant/archlinux-x86_64.box I get this when I run `vagrant up`: ``` default: /vagrant => /home/djhaskin987/Workspace/libgpg-error-git The following SSH command responded with a non-zero exit status. Vagrant assumes...