- Nov 13, 2014
-
-
Nikos Skalkotos authored
Fix a bug where the temporary file that would store the fatal error in snf-image-creator is not deleted on normal exit.
-
Nikos Skalkotos authored
Mount the image on the host system using FUSE and libguestfs.
-
- Nov 12, 2014
-
-
Nikos Skalkotos authored
This option can be used to display the detected metadata of an image.
-
- Nov 07, 2014
-
-
Nikos Skalkotos authored
Fill the GUI metadata with the detected info.
-
- Nov 06, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Order the arguments alphabetically.
-
- Nov 05, 2014
-
-
Nikos Skalkotos authored
When we cleanup all the changes made before booting the Windows VM, only revert the /Microsoft/Windows/CurrentVersion/WindowsUpdate/Auto Update' changes if the image has not been syspreped. Those values get deleted during Sysprep.
-
Nikos Skalkotos authored
Before booting the Windows VM either to install the VirtIO drivers or to perform the various system preparation tasks, make sure that the Windows Update is disabled. If it wakes up it can screw things up.
-
Nikos Skalkotos authored
This is a helper function used to remove common code found in
-
Nikos Skalkotos authored
The SORTORDER is computed like this: ODDHHLL O: OS type D: Distribution H: Version high L: Version low
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fill the KERNEL image property with the version of the latest installed kernel found in the input media.
-
Nikos Skalkotos authored
This is automatically assigned according to the OS type and the distribution of the image. This resolves #9
-
Nikos Skalkotos authored
When working with the dialog-based version of the program and a fatal error occurs, create a temporary log file and put the full output of the program there. This makes it easier for the user to determine what went wrong.
-
- Nov 04, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If qemu-nbd is not present at the host system, only accept raw images as input media. This is a workaround for ancient systems like CentOS 6.x where the nbd module is not compiled in the default kernel and the qemu package does not include the qemu-nbd executable.
-
- Nov 03, 2014
-
-
Nikos Skalkotos authored
Do not use qcow2 to snapshot images that are raw. qemu-nbd is not present in some old systems like CentOS 6.x. All we can do to support those systems is to use the device mapper in as many cases as possible.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This complies better with the python conventions
-
- Oct 27, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Detect if x2goserver is installed * Detect the image's desktop environment * Update REMOTE_CONNECTION with the valid x2go entries
-
- Oct 24, 2014
-
-
Nikos Skalkotos authored
For now only ssh is detected
-
Nikos Skalkotos authored
-
- Oct 21, 2014
-
-
Nikos Skalkotos authored
-
- Oct 20, 2014
-
-
Nikos Skalkotos authored
Support kamaki 0.13rc5. From this version on, kamaki uses ssl certificates by default. For now, instruct kamaki to ignore the certificates.
-
- Oct 14, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Oct 09, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Do not search for specific words in it. The messages may be in a language other than English. Focus on the Numbers.
-
Nikos Skalkotos authored
Do not use format=raw in the -drive option of KVM when booting the Windows VM. The format could also be qcow2 if the original input media is a regular file.
-
- Oct 06, 2014
-
-
Nikos Skalkotos authored
Detect Kubuntu, Lubuntu and Xubuntu
-
Nikos Skalkotos authored
When bundling a host, make sure that the UUIDs and the Labels of the original file systems are preserved.
-
- Sep 26, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix a bug in host-bundling operation were in some cases the computed new image size was wrong.
-
- Sep 16, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Older versions of qemu-img do not accept a '--output json' option
-
- Sep 12, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The printed name of the sysprep tasks is constructed from the method name by replacing the _ with " ". This can be used to overwrite it.
-
Nikos Skalkotos authored
If you print the snapshotting message before disk.file is referenced, you may end up outputting messages like this: Snapshotting media source ... Examining source media `<image_file>' ... Instead of: Examining source media `<image_file>' ... looks like a block device Snapshotting media source ... done
-