- 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
-
Nikos Skalkotos authored
-
- Apr 23, 2012
-
-
Nikos Skalkotos authored
-
- Apr 20, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 19, 2012
-
-
Nikos Skalkotos authored
Also rearrange input options
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 11, 2012
-
-
Nikos Skalkotos authored
This is just a template. Not fully workable
-
- 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
-
Nikos Skalkotos authored
-