- Jan 11, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 10, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If the process takes too long to finish after the stdout fd is closed, kill it.
-
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.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Alex Pyrgiotis authored
-
Alex Pyrgiotis authored
In the "Installation from source" scenario, add python-sendfile to the list of dependecies that will be installed via apt-get. Else, it would complain about missing C headers and the user would need to download python-dev instead.
-
- Jan 04, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
When cleaning up sensive user data on unix systems, remove .kamakirc and .kamaki.history too.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 03, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Handle correct extended partitions with id 0xf
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Make sure the user cannot select a directory as input media
-
Nikos Skalkotos authored
Add options for preserving extended atrributes, hard links, ACLs.
-
- Dec 31, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Fix a bug where the parent process did not wait on the child processes. * Make sure that when updating the copy progress bar, at least 0.1 seconds have passed. This guarantees that we do not experience any flickering in the progress bar.
-
- Dec 30, 2012
-
-
Nikos Skalkotos authored
Add a new try_fail_repeat function that wraps cleanup system commands and retries them if they fail. There are cases where commands like dmsetup, umount and losetup -d may fail with device is busy. In most of the cases, sleeping for halve a second and retrying does the job.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
In Guestfs you get notifications about progress on some functions like launch() by registring callback functions. When using guestfs from python, this is fragile. If the callback functions raises an exception, you end up with segmentation fault. It is better to completely remove the progress monitoring from launch().
-
Nikos Skalkotos authored
-
- Dec 29, 2012
-
-
Nikos Skalkotos authored
-
- Dec 28, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Replace the UUID entries in fstab and grub files for filesystems that have beeen recreated.
-
- Dec 24, 2012
-
-
Nikos Skalkotos authored
The exclude patterns should contain relative to the source paths
-
- Dec 23, 2012
-
-
Nikos Skalkotos authored
-
- Dec 22, 2012
-
-
Alex Pyrgiotis authored
-
- Dec 21, 2012
-
-
Nikos Skalkotos authored
Credits go to Giannis Spiliopoulos <gspilio@admin.grnet.gr>
-
- Dec 20, 2012
-
-
Nikos Skalkotos authored
Also do a code cleanup
-
- Dec 19, 2012
-
-
Nikos Skalkotos authored
The partition table of the image is created correct. The partitions are not yet filled.
-
Nikos Skalkotos authored
Nothing is working yet
-
- Dec 17, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Dec 14, 2012
-
-
Alex Pyrgiotis authored
-
- Dec 13, 2012
-
-
Nikos Skalkotos authored
Check the file system usage and accordingly reduce the size of the last partition in the image.
-