From patchwork Thu Aug 18 14:26:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Westby X-Patchwork-Id: 3505 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id B4E3423F22 for ; Thu, 18 Aug 2011 14:26:14 +0000 (UTC) Received: from mail-ey0-f170.google.com (mail-ey0-f170.google.com [209.85.215.170]) by fiordland.canonical.com (Postfix) with ESMTP id 9EDACA180B3 for ; Thu, 18 Aug 2011 14:26:14 +0000 (UTC) Received: by eyd10 with SMTP id 10so1608696eyd.29 for ; Thu, 18 Aug 2011 07:26:14 -0700 (PDT) Received: by 10.213.14.67 with SMTP id f3mr1731002eba.56.1313677574259; Thu, 18 Aug 2011 07:26:14 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.213.102.5 with SMTP id e5cs75898ebo; Thu, 18 Aug 2011 07:26:14 -0700 (PDT) Received: by 10.216.172.69 with SMTP id s47mr5052757wel.95.1313677572913; Thu, 18 Aug 2011 07:26:12 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id w55si2722554wec.100.2011.08.18.07.26.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Aug 2011 07:26:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Qu3Xw-0008V1-Ex for ; Thu, 18 Aug 2011 14:26:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 66130E0990 for ; Thu, 18 Aug 2011 14:26:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-image-tools/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 410 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 410: Increase the default image size to 3G. Message-Id: <20110818142612.14968.64274.launchpad@ackee.canonical.com> Date: Thu, 18 Aug 2011 14:26:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: 485d83c92c7692119a0393dd268928ca5af688d9 Merge authors: James Westby (james-w) Related merge proposals: https://code.launchpad.net/~james-w/linaro-image-tools/increase-default-image-size/+merge/72038 proposed by: James Westby (james-w) review: Approve - Mattias Backman (mabac) ------------------------------------------------------------ revno: 410 [merge] committer: James Westby branch nick: trunk timestamp: Thu 2011-08-18 10:24:33 -0400 message: Increase the default image size to 3G. modified: linaro_image_tools/media_create/__init__.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro_image_tools/media_create/__init__.py' --- linaro_image_tools/media_create/__init__.py 2011-07-27 19:11:14 +0000 +++ linaro_image_tools/media_create/__init__.py 2011-08-18 13:31:28 +0000 @@ -96,7 +96,7 @@ '--hwpack-force-yes', action='store_true', help='Pass --force-yes to linaro-hwpack-install') parser.add_argument( - '--image_size', default='2G', + '--image_size', default='3G', help=('The image size, specified in mega/giga bytes (e.g. 3000M or ' '3G); use with --image_file only')) parser.add_argument(