History | View | Annotate | Download (6.5 kB)
Fix linux sysprep_acpid & remove output indents
Beautify program's output.
Fix license, copyright and pep8 infractions
Create an exception based error reporting system
All modules should use image_creator.FatalError exception to reportfatal errors.
Add sysprep method in os_type classes.
This is used to prepare the media for image extraction. The maindifference from data_cleanup is that the tasks performed with thismethod are mandatory in order to make the image workable.
Added the following sysprep methods for linux:...
Remove python-losetup dependency
The package is buggy and we can use pbs to do the same thing.
Add options for image upload/register with kamaki
Not workable. Kamaki is not imported yet.
Add input options and populate image metadata
Hooray! This is the first release that actually works!
Document basic classes and methods
Major code revision
Fix code for cleanup of image data
Add OS specific classes
Use libguestfs to access the image
Initial commit