- Jan 03, 2013
-
-
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().
-
- 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 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 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.
-
Nikos Skalkotos authored
-
- Dec 11, 2012
-
-
Nikos Skalkotos authored
Create a sparse file under /mnt in the size of the root hard disk and copy the mbr into this file. Not yet workable.
-
- Dec 03, 2012
-
-
Nikos Skalkotos authored
-
- Nov 21, 2012
-
-
Nikos Skalkotos authored
This is not yet workable but it will host the code for creating images out of a running system.
-
Nikos Skalkotos authored
This can be used to create an image out of a live system. This functionality is not yet implemented.
-
- Nov 20, 2012
-
-
Nikos Skalkotos authored
The program would crash when running in wizard mode if the account or token where missing from the .kamakirc file.
-
- 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.
-
Nikos Skalkotos authored
The former is older but there are packages for it in distros like Ubuntu.
-
- Nov 01, 2012
-
-
Nikos Skalkotos authored
It has changed after the last major revision and was not updated.
-
Nikos Skalkotos authored
-
- Oct 23, 2012
-
-
Nikos Skalkotos authored
This is a workaround for a progress bar bug, where the system may stay with the cursor hidden if finish() is not called.
-
- Oct 22, 2012
-
-
Nikos Skalkotos authored
PBS has now bocome sh.
-
- Oct 19, 2012
-
-
Nikos Skalkotos authored
-
- Oct 18, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Add progress >= 1.0.2 as install_dependency, since this is the version that fixed the empty progress bar problem.
-
Nikos Skalkotos authored
-
- Oct 16, 2012
-
-
Nikos Skalkotos authored
Add SORTORDER image property
-
- Oct 03, 2012
-
-
Nikos Skalkotos authored
-
- Sep 04, 2012
-
-
Nikos Skalkotos authored
Create a new dialog_menu module to host all the "expert mode" code. Check the code with a new version of pep8
-
- Sep 01, 2012
-
-
Vangelis Koukis authored
Fix various typos in messages, add .gitignore file for automatically produced intermediate files.
-
- Aug 29, 2012
-
-
Nikos Skalkotos authored
Every time you tried to reupload an image, the dialog displayed the pithos url instead of the image filename as initial value.
-
Nikos Skalkotos authored
Extend the mechanism to recognise events with value "button/power.*" as power button events. It used to only check for events with value "button[ /]power".
-
Nikos Skalkotos authored
The function used to ignore directories when cleaning sensitive data
-