X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=blobdiff_plain;f=common.sh.in;h=a35eadddc811a93567802790ddd60e7b89b593ab;hp=130201fd8361d01c9284b747ecfe1afb8c1b7842;hb=HEAD;hpb=455c48a4cb1e95f24a89c18e6607bdaefddbc2a1 diff --git a/common.sh.in b/common.sh.in index 130201f..a35eadd 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 @@ -17,6 +17,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. +CLEANUP=( ) log_error() { echo "$@" >&2 @@ -87,11 +88,11 @@ 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" <