- 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
-
- Apr 10, 2012
-
-
Nikos Skalkotos authored
Also merge data_cleanup tasks with syspreps and did a major cleanup
-
- Mar 24, 2012
-
-
Nikos Skalkotos authored
All printing had to be reordered and now it is done from a central point.
-
- Mar 23, 2012
-
-
Nikos Skalkotos authored
-
- Mar 21, 2012
-
-
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
-
- Mar 20, 2012
-
-
Nikos Skalkotos authored
-
- Mar 19, 2012
-
-
Nikos Skalkotos authored
-
- Mar 16, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
All modules should use image_creator.FatalError exception to report fatal errors.
-
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.
-
- Mar 09, 2012
-
-
Nikos Skalkotos authored
The package is buggy and we can use pbs to do the same thing.
-
- Mar 08, 2012
-
-
Nikos Skalkotos authored
This is needed to suppress the StopIteration exception
-
Nikos Skalkotos authored
-
- Mar 07, 2012
-
-
Nikos Skalkotos authored
This fixes cases where a normal user tries to execute the program and the program raises pbs.CommandNotFound exceptions because it tries to import a command from sbin, which is not in the path.
-
- Feb 29, 2012
-
-
Nikos Skalkotos authored
Hooray! This is the first release that actually works!
-
Nikos Skalkotos authored
-
- Feb 28, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Feb 24, 2012
-
-
Nikos Skalkotos authored
* Add foreach_file function in OSBase. This is used by all cleanup methods * Add slackware class. This class derives from linux and overwrites the log cleanup behaviour. This is needed since slackware stores all package management info in /var/log/packages * Add a shrink method in DiskDevice. This method shrinks the last filesystem to the minimum size * Make the code style comply with pep8
-
- Feb 22, 2012
-
-
Nikos Skalkotos authored
-
- Feb 20, 2012
-
-
Nikos Skalkotos authored
-
- Feb 17, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Make the cow file sparse Add method in Device to list the partitions Add a "is bootable" flag in Device constructor
-
- Feb 15, 2012
-
-
Nikos Skalkotos authored
-