Switch from lenny to squeeze as default
authorIustin Pop <iustin@google.com>
Sat, 21 Apr 2012 10:01:27 +0000 (12:01 +0200)
committerIustin Pop <iustin@google.com>
Tue, 24 Apr 2012 08:24:01 +0000 (10:24 +0200)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

common.sh.in

index a72fc9f..7ce75a5 100644 (file)
@@ -1,6 +1,6 @@
 #
 
-# Copyright (C) 2007, 2008, 2009 Google Inc.
+# Copyright (C) 2007, 2008, 2009, 2012 Google Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -88,8 +88,8 @@ get_api10_arguments() {
 
 format_disk0() {
   # Create one big partition, and make it bootable
-  # some versions of sfdisk need manual specification of 
-  # head/sectors for devices such as drbd which don't 
+  # some versions of sfdisk need manual specification of
+  # head/sectors for devices such as drbd which don't
   # report geometry
   sfdisk -H 255 -S 63 --quiet --Linux "$1" <<EOF
 0,,L,*
@@ -142,7 +142,7 @@ fi
 # will use it, this declaration is to make sure the variable is set
 : ${MIRROR:=""}
 : ${PROXY:=""}
-: ${SUITE:="lenny"}
+: ${SUITE:="squeeze"}
 : ${ARCH:=""}
 : ${EXTRA_PKGS:=""}
 : ${CUSTOMIZE_DIR:="@sysconfdir@/ganeti/instance-debootstrap/hooks"}
@@ -211,4 +211,3 @@ if [ -n "$OS_VARIANT" ]; then
     exit 1
   fi
 fi
-