~zulcss/vmbuilder/vmbuilder-karmic-ec2

« back to all changes in this revision

Viewing changes to VMBuilder/distro.py

  • Committer: Soren Hansen
  • Date: 2009-05-06 07:15:11 UTC
  • Revision ID: soren@canonical.com-20090506071511-jfl1h7l27gbu8h4h
Put an install log into Ubuntu guests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    def post_mount(self, fs):
34
34
        """Called each time a filesystem is mounted to let the distro add things to the filesystem"""
 
35
 
 
36
    def install_vmbuilder_log(self, logfile):
 
37
        """Let the distro copy the install logfile to the guest"""