packer: make buster the new default Debian release
authorMichael Prokop <mika@grml.org>
Fri, 12 Jul 2019 07:41:13 +0000 (09:41 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 12 Jul 2019 08:42:54 +0000 (10:42 +0200)
Vagrantfile

index 19a73b8..9a1709e 100644 (file)
@@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   # please see the online documentation at vagrantup.com.
 
   # Every Vagrant virtual environment requires a box to build off of.
   # please see the online documentation at vagrantup.com.
 
   # Every Vagrant virtual environment requires a box to build off of.
-  config.vm.box = "packer/debian64_jessie.box"
+  config.vm.box = "packer/debian64_buster.box"
 
   # Disable automatic box update checking. If you disable this, then
   # boxes will only be checked for updates when the user runs
 
   # Disable automatic box update checking. If you disable this, then
   # boxes will only be checked for updates when the user runs