Revision 71b0ab28 image_creator/os_type/linux.py

b/image_creator/os_type/linux.py
44 44
        self._uuid = dict()
45 45
        self._persistent = re.compile('/dev/[hsv]d[a-z][1-9]*')
46 46

  
47
    def _do_collect_metadata(self):
48
        """Collect metadata about the OS"""
49

  
50
        super(Linux, self)._do_collect_metadata()
47 51
        self.meta["USERS"] = " ".join(self._get_passworded_users())
48 52

  
49 53
        # Delete the USERS metadata if empty

Also available in: Unified diff