From 21658d381a6daa564ccb42cb70b43667f9410fba Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 5 Jun 2015 15:19:18 +0200 Subject: [PATCH] packer/Vagrant: make jessie the new default Debian release --- Makefile | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 059e19b..9ca8a43 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ clean: rm -rf grml-debootstrap.8.html grml-debootstrap.8.xml grml-debootstrap.8 html-stamp man-stamp testrun: - cd ./packer && $(MAKE) compile && $(MAKE) packer + cd ./packer && $(MAKE) compile && $(MAKE) jessie vagrant: vagrant up diff --git a/Vagrantfile b/Vagrantfile index a14cc93..19a73b8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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. - config.vm.box = "packer/debian64_wheezy.box" + config.vm.box = "packer/debian64_jessie.box" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs -- 2.1.4