Change default Debian version to Wheezy
authorThomas Thrainer <thomasth@google.com>
Thu, 23 May 2013 09:35:09 +0000 (11:35 +0200)
committerThomas Thrainer <thomasth@google.com>
Thu, 23 May 2013 15:58:15 +0000 (17:58 +0200)
Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

NEWS
common.sh.in

diff --git a/NEWS b/NEWS
index 42e4c1a..f120390 100644 (file)
--- 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.
 
 
index fd1b448..4ec0ca3 100644 (file)
@@ -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:=""}