- Jun 21, 2012
-
-
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.
-
- Jun 07, 2012
-
-
Nikos Skalkotos authored
This is handy because now progress class can print using the output methods of it's output class
-
- Jun 06, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If not then don't output progressbars and colors
-
Nikos Skalkotos authored
The progress bar of the progress generator had a wrong max attribute.
-
- Jun 05, 2012
-
-
Nikos Skalkotos authored
All image-creator components now output messages using an instance of one of the output classes.
-
- May 18, 2012
-
-
Nikos Skalkotos authored
The metadata are collected in the constructor and are saved in the meta variable. This way they can be accessed and altered by the sysprep methods. There are cases where some metadata are not valid and need to be updated after a sysprep action is performed. For example, remove_user_accounts sysprep action may remove a user that is present in the USERS metadata.
-
Nikos Skalkotos authored
The metadata passed by the user will overwrite any automatically collected metadata with the same key.
-
- May 16, 2012
-
-
Nikos Skalkotos authored
This action will remove the swap entry from the fstab.
-
- May 04, 2012
-
-
Nikos Skalkotos authored
If the swap partition is the last partition in the media, then it can be safely removed. The image-creator will save enough info in the SWAP metadata to recreate it.
-
- Apr 29, 2012
-
-
Nikos Skalkotos authored
This is needed because otherwise setup.py fails on some systems. Also do some more cleanup.
-
Nikos Skalkotos authored
Not all needed code parts where updated when the size() method in DiskDevice class was abandoned in favor of the size attribute.
-
- Apr 27, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 26, 2012
-
-
Nikos Skalkotos authored
-
- Apr 25, 2012
-
-
Nikos Skalkotos authored
-
- Apr 24, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-