From: Iustin Pop Date: Sat, 21 Apr 2012 10:01:27 +0000 (+0200) Subject: Switch from lenny to squeeze as default X-Git-Tag: v0.10~1 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=8c3e812e7cffc3f988c5efe5d6847cd7c42ceb73 Switch from lenny to squeeze as default Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- diff --git a/common.sh.in b/common.sh.in index a72fc9f..7ce75a5 100644 --- a/common.sh.in +++ b/common.sh.in @@ -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" <