Message ID | 20120802231912.24150.97521.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client/fastmodel.py' --- lava_dispatcher/client/fastmodel.py 2012-08-02 23:06:22 +0000 +++ lava_dispatcher/client/fastmodel.py 2012-08-02 23:18:23 +0000 @@ -109,7 +109,7 @@ def _customize_ubuntu(self): with image_partition_mounted(self._sd_image, self.root_part) as mntdir: logging_system('sudo echo %s > %s/etc/hostname' - % (self.tester_hostname, mntdir) + % (self.tester_hostname, mntdir)) def deploy_image(self, image, axf, is_android=False): self._axf = download_image(axf, self.context)