From patchwork Fri Aug 19 15:19:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Tunnicliffe X-Patchwork-Id: 3571 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 B999F23E52 for ; Fri, 19 Aug 2011 15:19:17 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8226DA18451 for ; Fri, 19 Aug 2011 15:19:17 +0000 (UTC) Received: by mail-yx0-f180.google.com with SMTP id 11so3238788yxi.11 for ; Fri, 19 Aug 2011 08:19:17 -0700 (PDT) Received: by 10.150.2.16 with SMTP id 16mr2518566ybb.333.1313767157257; Fri, 19 Aug 2011 08:19:17 -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.150.157.17 with SMTP id f17cs103250ybe; Fri, 19 Aug 2011 08:19:16 -0700 (PDT) Received: by 10.216.67.8 with SMTP id i8mr583273wed.61.1313767155788; Fri, 19 Aug 2011 08:19:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id ft21si8684035wbb.82.2011.08.19.08.19.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 08:19:15 -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 1QuQqp-0006Oe-3N for ; Fri, 19 Aug 2011 15:19:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0EF6BE005B for ; Fri, 19 Aug 2011 15:19:15 +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: 417 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 417: Changed default file system to ext4. Message-Id: <20110819151915.18308.5981.launchpad@ackee.canonical.com> Date: Fri, 19 Aug 2011 15:19:15 -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: e87970b02c21b28be78ad95c72b516e1741f5ba0 Merge authors: James Tunnicliffe (dooferlad) Related merge proposals: https://code.launchpad.net/~dooferlad/linaro-image-tools/fetch_image_ui_default_fs_ext4/+merge/72199 proposed by: James Tunnicliffe (dooferlad) review: Approve - Mattias Backman (mabac) ------------------------------------------------------------ revno: 417 [merge] committer: James Tunnicliffe branch nick: linaro-image-tools timestamp: Fri 2011-08-19 16:16:17 +0100 message: Changed default file system to ext4. modified: linaro-fetch-image-ui --- 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-fetch-image-ui' --- linaro-fetch-image-ui 2011-08-18 20:23:28 +0000 +++ linaro-fetch-image-ui 2011-08-19 15:11:02 +0000 @@ -847,7 +847,7 @@ #--- Build some widgets --- #-- Target file system -- - file_systems = ["ext3", "ext4", "btrfs", "ext2"] + file_systems = ["ext4", "btrfs", "ext3", "ext2"] default_target = file_systems[0] self.settings['rootfs'] = default_target cb_rootfs = wx.ComboBox(pane,