diff mbox

[Branch,~linaro-maintainers/linaro-image-tools/trunk] Rev 261: Merge lp:~lool/linaro-image-tools/fdisk-isnt-required; fdisk isn't use anymore.

Message ID 20110126123129.6019.80798.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Loïc Minier Jan. 26, 2011, 12:31 p.m. UTC
Merge authors:
  Loïc Minier (lool)
Related merge proposals:
  https://code.launchpad.net/~lool/linaro-image-tools/fdisk-isnt-required/+merge/47515
  proposed by: Loïc Minier (lool)
  review: Approve - Guilherme Salgado (salgado)
------------------------------------------------------------
revno: 261 [merge]
committer: Loïc Minier <lool@dooz.org>
branch nick: linaro-image-tools
timestamp: Wed 2011-01-26 13:29:20 +0100
message:
  Merge lp:~lool/linaro-image-tools/fdisk-isnt-required; fdisk isn't use anymore.
modified:
  linaro-media-create


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-maintainers/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-maintainers/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'linaro-media-create'
--- linaro-media-create	2011-01-25 20:04:45 +0000
+++ linaro-media-create	2011-01-26 12:10:14 +0000
@@ -59,7 +59,7 @@ 
 def ensure_required_commands(args):
     """Ensure we have the commands that we know are going to be used."""
     required_commands = [
-        'mkfs.vfat', 'sfdisk', 'fdisk', 'mkimage', 'uuidgen', 'parted']
+        'mkfs.vfat', 'sfdisk', 'mkimage', 'uuidgen', 'parted']
     if not is_arm_host():
         required_commands.append('qemu-arm-static')
         required_commands.append('qemu-img')