Message ID | 20111020130314.25449.82725.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/actions/deploy.py' --- lava_dispatcher/actions/deploy.py 2011-10-14 19:31:25 +0000 +++ lava_dispatcher/actions/deploy.py 2011-10-20 10:19:30 +0000 @@ -164,7 +164,7 @@ raise RuntimeError("linaro-hwpack-replace failed: %s" % output) cmd = ("sudo flock /var/lock/lava-lmc.lck linaro-media-create --hwpack-force-yes --dev %s " - "--image_file %s --binary %s --hwpack %s --image_size 3G" % + "--image-file %s --binary %s --hwpack %s --image-size 3G" % (client.device_type, image_file, rootfs_path, hwpack_path)) logging.info("Executing the linaro-media-create command") logging.info(cmd)