- Jul 26, 2012
-
-
Nikos Skalkotos authored
Create the new python module to host the aforementioned code.
-
Nikos Skalkotos authored
If present in the kamaki configuration file, the user will read the ~okeanos credentials using the kamaki config interface. Whenever the user changes the ~okeanos credentians, the changes are pushed back to kamaki.
-
- Jul 24, 2012
-
-
Nikos Skalkotos authored
Not fully implemented yet
-
- Jun 28, 2012
-
-
Nikos Skalkotos authored
-
- Jun 27, 2012
-
-
Nikos Skalkotos authored
Fixed many `E127 continuation line over-indented for visual indent' errors
-
Nikos Skalkotos authored
Before extracting an image or registring it with cyclades, the image properties are populated with metadata concerning excluded deployment tasks.
-
Nikos Skalkotos authored
Most partition manipulation programs leave 2048 sector empty space after the last partition.
-
Nikos Skalkotos authored
The method used a wrong warning output function
-
- Jun 26, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 25, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
vfs_uuid is more suitable for this and it whas added before blkid in guestfs, hence it is supported in more guestfs versions.
-
Nikos Skalkotos authored
Inform the user about metadata changes performed during syspreps execution or image shrinking.
-
- Jun 22, 2012
-
-
Nikos Skalkotos authored
Also fix various issues. snf-image-creator-dialog is almost ready. Some `Help' entries are missing.
-
- Jun 21, 2012
-
-
Nikos Skalkotos authored
Also create a new output class (InfoBoxOutput) to be used when performing syspreps
-
Nikos Skalkotos authored
This method returns a sysprep object with a given name. Now, (enable,disable)_sysprep work with sysprep objects instead of sysprep names
-
- Jun 20, 2012
-
-
Nikos Skalkotos authored
The do_sysprep method was not updated to comply with the changes made in list_syspreps method
-
Nikos Skalkotos authored
Populate Sysprep entry in "Image Customization Menu". Not fully working.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This method takes a sysprep object as argument and returns the name and a description for this object.
-
Nikos Skalkotos authored
The method used to return 2 lists of enabled and disabled sysprep object. Since sysprep objs contail an `enabled' attribute, it is easy to determine which of those are enabled and which are not. There is no need to return 2 seperate lists.
-
- Jun 19, 2012
-
-
Nikos Skalkotos authored
This dir will host help files used by snf-image-create-dialog
-
- Jun 18, 2012
-
-
Nikos Skalkotos authored
Image properties manipulation works fine.
-
- Jun 15, 2012
-
-
Nikos Skalkotos authored
Extract and Register menu entries work fine.
-
Nikos Skalkotos authored
Otherwise the registration may fail.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If no customization is to be applied the image should be mounted readonly.
-
Nikos Skalkotos authored
Let the application decide what to do with them. If image-creator receives an error from kamaki it will terminate. But this may not be the proper thing to do for an interactive application like image-creator-dialog
-
- Jun 14, 2012
-
-
Nikos Skalkotos authored
snf-image-creator-dialog is a dialog based version of snf-image-creator Nothing works yet
-
Nikos Skalkotos authored
Add an option to DiskDevice's mount method to allow readonly mount
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The error function main.py used for outputing errors has been removed and the code was not updated to use the error method of SimpleOutput output class. Also did a minor cleanup: git_os_class function was renamed to os_cls
-
Nikos Skalkotos authored
-
- Jun 12, 2012
-
-
Nikos Skalkotos authored
-
- Jun 11, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
In older versions of libguestfs, the recovery process did not close the file descriptors it inherited. This could case problems if the parent process had open pipes.
-