- Jan 10, 2013
-
-
Nikos Skalkotos authored
The cow file when creating images or the temporary image file when bundling the host system may be large. Allow the user to overwrite the directory under which those files get created.
-
- Jan 03, 2013
-
-
Nikos Skalkotos authored
-
- Nov 05, 2012
-
-
Nikos Skalkotos authored
This reverts commit 883e57b0. Drop the greenlet support.
-
- Nov 02, 2012
-
-
Nikos Skalkotos authored
Needed by new kamaki, otherwise it throughs an exception at the end.
-
- Oct 18, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Sep 01, 2012
-
-
Vangelis Koukis authored
Fix various typos in messages, add .gitignore file for automatically produced intermediate files.
-
- Aug 08, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 27, 2012
-
-
Nikos Skalkotos authored
Fixed many `E127 continuation line over-indented for visual indent' errors
-
- 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 15, 2012
-
-
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
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
-
- Jun 11, 2012
-
-
Nikos Skalkotos authored
-
- Jun 06, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If not then don't output progressbars and colors
-
- 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 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.
-
- Apr 27, 2012
-
-
Nikos Skalkotos authored
-
- Apr 25, 2012
-
-
Nikos Skalkotos authored
-
- Apr 24, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 23, 2012
-
-
Nikos Skalkotos authored
-
- Apr 20, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 19, 2012
-
-
Nikos Skalkotos authored
Also rearrange input options
-
Nikos Skalkotos authored
-
- Apr 10, 2012
-
-
Nikos Skalkotos authored
Also merge data_cleanup tasks with syspreps and did a major cleanup
-
- Apr 09, 2012
-
-
Nikos Skalkotos authored
Add --print-data-cleanup and --print sysprep input options. If enabled the program will output what data cleanup and syspep operations will and won't run a a selected input media
-
- Mar 24, 2012
-
-
Nikos Skalkotos authored
All printing had to be reordered and now it is done from a central point.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Mar 23, 2012
-
-
Nikos Skalkotos authored
-
- Mar 21, 2012
-
-
Nikos Skalkotos authored
-
- Mar 20, 2012
-
-
Nikos Skalkotos authored
-