From 0b1aa69c75fa17941c223f55aaca878db3965f4b Mon Sep 17 00:00:00 2001 From: Thomas Thrainer Date: Thu, 23 May 2013 11:35:09 +0200 Subject: [PATCH] Change default Debian version to Wheezy Signed-off-by: Thomas Thrainer Reviewed-by: Guido Trotter --- NEWS | 2 ++ common.sh.in | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 42e4c1a..f120390 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ Version 0.13 ------------ +The Debian version installed by default is now Wheezy. + Improve documentation with regard to instance variants. diff --git a/common.sh.in b/common.sh.in index fd1b448..4ec0ca3 100644 --- a/common.sh.in +++ b/common.sh.in @@ -142,7 +142,7 @@ fi # will use it, this declaration is to make sure the variable is set : ${MIRROR:=""} : ${PROXY:=""} -: ${SUITE:="squeeze"} +: ${SUITE:="wheezy"} : ${ARCH:=""} : ${EXTRA_PKGS:=""} : ${COMPONENTS:=""} -- 1.7.2.5