Skip to content

Commit

Permalink
Switch to Sandstorm snapshots of debian/jessie64, for vboxsf support
Browse files Browse the repository at this point in the history
  • Loading branch information
paulproteus committed Dec 15, 2015
1 parent 1c9c3ed commit 2e8a484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant-spk
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ VM_NAME = File.basename(File.dirname(File.dirname(__FILE__))) + "_sandstorm_#{Ti
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# We base ourselves off Debian Jessie
config.vm.box = "debian/jessie64"
# Base on the Sandstorm snapshots of the official Debian 8 (jessie) box.
config.vm.box = "sandstorm/debian-jessie64"
if Vagrant.has_plugin?("vagrant-vbguest") then
# vagrant-vbguest is a Vagrant plugin that upgrades
Expand Down

0 comments on commit 2e8a484

Please sign in to comment.