Skip to content

Commit

Permalink
Merge pull request #23 from xmaka/box
Browse files Browse the repository at this point in the history
new box as replacement for bmorg
  • Loading branch information
rubo77 committed Aug 19, 2015
2 parents 35c3c28 + 2215fdb commit b22b295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "bmorg/debian-wheezy-i386"
config.vm.box = "boxcutter/debian78-i386"

config.vm.provider "virtualbox" do |vb|
# Don't boot with headless mode
Expand Down

0 comments on commit b22b295

Please sign in to comment.