~ilowe/vmbuilder/lp428548

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ubuntu/karmic.py

  • Committer: Soren Hansen
  • Date: 2009-08-11 12:23:47 UTC
  • Revision ID: soren@canonical.com-20090811122347-3562q8qxo829e0jo
Brown paper bag commit..

Put in a temporary fix to work around https://launchpad.net/bugs/408901 which
caused amd64 builds to fail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        else:
41
41
            self.run_in_target('usermod', '--password=!', 'root')
42
42
 
 
43
    def pre_install(self):
 
44
        self.vm.install_file('/etc/hosts', contents='')