- Jul 30, 2013
-
-
Nikos Skalkotos authored
The user may define parameters needed by the os_type classes to perform the system preparation tasks. A new needed_sysprep_params method is added to os_type.OSBase that returns a list with parameters that should be defined by the user.
-
Nikos Skalkotos authored
It has never been used. If we need it in the future, we will bring it back
-
Nikos Skalkotos authored
Add do_sysprep method for windows that shuts down the guestfs backend process and starts a new kvm process with the snapshot disk attached to it.
-
Nikos Skalkotos authored
Those classes may need to access more Image data than the guestfs handler and the root device name
-
Nikos Skalkotos authored
Before launching the windows image with KVM, disable the UAC remote restrictions. This is needed to make the image allow executing command through psexec. After the VM is shut down, the restrictions are turned back on.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This function is used to check if a specified libguestfs version is smaller, greater or equal to the installed one
-
- Jul 26, 2013
-
-
Nikos Skalkotos authored
-
- Jul 18, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Conflicts: image_creator/version.py version
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Conflicts: docs/conf.py image_creator/version.py version
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Works better this way in OpenSUSE
-
- Jul 17, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
python-dialog package in OpenSUSE decorated the returned enabled choices from a dialog checklist with `"'. Remove those characters
-
Nikos Skalkotos authored
Add installation instructions for OpenSUSE
-
- Jul 08, 2013
-
-
Nikos Skalkotos authored
The system preparation tasks could be printed multiple times in the help dialog.
-
- Jun 28, 2013
-
-
Nikos Skalkotos authored
-
- Jun 27, 2013
-
-
Nikos Skalkotos authored
* Add instruction on how to install the debian packages * Update version to 0.4.1 * Add a small comment about the diskdump format
-
- Jun 26, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Conflicts: image_creator/version.py version
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 25, 2013
-
-
Nikos Skalkotos authored
-
- Jun 21, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 20, 2013
-
-
Nikos Skalkotos authored
In the documentation and the printed messages, remove all references to ~okeanos, pithos or cyclades.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Move all common WizardPage variables to the base class * Give more sensible names to some variables * Make Wizard compute the title for all WizardPages
-
- Jun 19, 2013
-
-
Nikos Skalkotos authored
Make the cloud selection wizard page an instance of WizardMenuPage
-
Nikos Skalkotos authored
Make the ChangeLog comply with the latest changes
-
- Jun 18, 2013
-
-
Nikos Skalkotos authored
When registring an image, use the information returned by the kamaki register method to construct the metadata file. When dumping the image to the local filesystem, store the image properties and the disk-format info in the metadata file.
-
Nikos Skalkotos authored
This options can be used to get the authentication URL and token from a saved cloud section in the kamaki configuration file
-
Nikos Skalkotos authored
* Change the authentication everywhere to use clouds (authentication URL and token pairs) * Add menu entries to manage clouds * Add an extra -a option in snf-image-creator to allow the user to specify authentication URLs
-
- Jun 15, 2013
-
-
Nikos Skalkotos authored
-