Revision 71b0ab28 image_creator/os_type/ubuntu.py

b/image_creator/os_type/ubuntu.py
39 39
    def __init__(self, rootdev, ghandler, output):
40 40
        super(Ubuntu, self).__init__(rootdev, ghandler, output)
41 41

  
42
    def _do_collect_metadata(self):
43
        """Collect metadata about the OS"""
44

  
45
        super(Ubuntu, self)._do_collect_metadata()
42 46
        apps = self.g.inspect_list_applications(self.root)
43 47
        for app in apps:
44 48
            if app['app_name'] == 'kubuntu-desktop':

Also available in: Unified diff