Skip to content

Commit

Permalink
Move vagrant method to Buster
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Aug 19, 2019
1 parent 4d44d3f commit e25f12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vagrant_root = File.dirname(__FILE__)
Vagrant.configure("2") do |o|
# o.vm.box = "octopi-build"
o.vm.box= "debian/stretch64"
o.vm.box= "debian/buster64"
o.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
o.vm.synced_folder File.read("../custompios_path").gsub("\n",""), "/CustomPiOS", create:true, type: "nfs"
o.vm.synced_folder "../", "/distro", create:true, type: "nfs"
Expand Down

0 comments on commit e25f12f

Please sign in to comment.