- 23 Apr, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 20 Apr, 2012 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 19 Apr, 2012 4 commits
-
-
Nikos Skalkotos authored
Also rearrange input options
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 11 Apr, 2012 1 commit
-
-
Nikos Skalkotos authored
This is just a template. Not fully workable
-
- 10 Apr, 2012 1 commit
-
-
Nikos Skalkotos authored
Also merge data_cleanup tasks with syspreps and did a major cleanup
-
- 09 Apr, 2012 2 commits
-
-
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
-
- 06 Apr, 2012 1 commit
-
-
Nikos Skalkotos authored
This method will remove all users that have id over 1000. In most systems this will remove all normal user accounts besides the first one. This method will not run by default.
-
- 05 Apr, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This can be used to create a set of by default disabled data_cleanup and sysprep tasks.
-
- 24 Mar, 2012 5 commits
-
-
Nikos Skalkotos authored
All printing had to be reordered and now it is done from a central point.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 23 Mar, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 21 Mar, 2012 3 commits
-
-
Nikos Skalkotos authored
Commit 3f70f242 introduced a bug where the event file was overwritten instead of the action file.
-
Nikos Skalkotos authored
This commit fixes a bug where size method in DiskDevice returned the payload size of the device one byte shorter than it actually was.
-
Nikos Skalkotos authored
-
- 20 Mar, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 19 Mar, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 16 Mar, 2012 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
All modules should use image_creator.FatalError exception to report fatal errors.
-
Nikos Skalkotos authored
The parameter order when calling guestfs.write was incorrect.
-
Nikos Skalkotos authored
In the constructor only variable initialization is performed. This is needed because the constructor is executed before the DiskDevice instance is appended to the device list, and if something fails there, then the resources may be cleaned up in an incorrect order.
-
- 13 Mar, 2012 4 commits
-
-
Nikos Skalkotos authored
* Add more userdata to be cleaned * Prefix all data_cleanup methods with data_cleanup
-
Nikos Skalkotos authored
This is used to prepare the media for image extraction. The main difference from data_cleanup is that the tasks performed with this method are mandatory in order to make the image workable. Added the following sysprep methods for linux: * sysprep_acpid * sysprep_persistent_net_rules * sysprep_persistend_devs
-
Nikos Skalkotos authored
This function will remove regular files under /var/cache
-
Nikos Skalkotos authored
This will remove the persitent net udev rule.
-
- 12 Mar, 2012 1 commit
-
-
Nikos Skalkotos authored
This method replaces all non-persistent device appearances in fstab and grub1 with UUIDs.
-
- 11 Mar, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 09 Mar, 2012 1 commit
-
-
Nikos Skalkotos authored
The package is buggy and we can use pbs to do the same thing.
-
- 08 Mar, 2012 2 commits
-
-
Nikos Skalkotos authored
This is needed to suppress the StopIteration exception
-
Nikos Skalkotos authored
-