Revision 5886f568 image_creator/main.py

b/image_creator/main.py
185 185

  
186 186
        osclass = get_os_class(dev.distro, dev.ostype)
187 187
        image_os = osclass(dev.root, dev.g)
188
        metadata = image_os.get_metadata()
189 188
        output()
190 189

  
191 190
        for sysprep in options.disabled_syspreps:
......
204 203
        if options.sysprep:
205 204
            image_os.do_sysprep()
206 205

  
206
        metadata = image_os.meta
207 207
        dev.umount()
208 208

  
209 209
        size = options.shrink and dev.shrink() or dev.size

Also available in: Unified diff