Message ID | 20110126123129.6019.80798.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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')