- Sep 10, 2014
-
-
Nikos Skalkotos authored
-
Constantinos Venetsanopoulos authored
Feature image format support
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Make sure the guestfs VM is killed before we launch the VM that installs the VirtIO drivers.
-
Nikos Skalkotos authored
snf-image-creator can work with different image formats nowadays.
-
Nikos Skalkotos authored
Only use the device mapper when snapshotting block devices. If the input media is a regular file, then create a qcow2 image and define the original media as backing_file.
-
Nikos Skalkotos authored
Use qemu-nbd to export a QEMU image as raw where needed
-
Nikos Skalkotos authored
This used to be a class in the util module, but since this is only used on the Image, it suits better there.
-
Nikos Skalkotos authored
When snapshotting make sure that the size of the underlying block device is equal to the input media's virtual size. If the input media is not raw, the QEMU image driver may grow the underlying image. The block device should be big enough to allow this kind of operations.
-
- Sep 09, 2014
-
-
Nikos Skalkotos authored
This can be used to act on the original media instead of a device-mapper snapshot. This resolves #10
-
- Sep 04, 2014
-
-
Nikos Skalkotos authored
There is no need to associate a loop device with the input media if we are not snapshotting the input media. The loop device is only needed in order to use the media with the device-mapper.
-
Nikos Skalkotos authored
If a command needs root privileges use # as prompt. In any other case use $.
-
Nikos Skalkotos authored
Add a section on how to use snf-image-creator on non-raw format images
-
- Aug 18, 2014
-
-
Nikos Skalkotos authored
If qemu catches a signal, it terminates with 0 and prints a message in stderr. Try to detect if the process has been terminated by a signal by examining the stderr.
-
Nikos Skalkotos authored
When the user picks a directory that contains VirtIO drivers, show him the version of the discovered drivers in the confirmation box.
-
- Aug 07, 2014
-
-
Nikos Skalkotos authored
When working in wizard mode, give the user the ability to revert the installation of the VirtIO drivers.
-
Nikos Skalkotos authored
-
- Aug 05, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Don't treat shrink as a seperated task. Add it in the syspreps menu.
-
Nikos Skalkotos authored
-
- Aug 04, 2014
-
-
Nikos Skalkotos authored
Change the sysprep enabling and disabling mechanism to always work correct. The previous implementation was buggy and would erroneously "remember" the executed syspreps on a reset.
-
- Aug 01, 2014
-
-
Nikos Skalkotos authored
Use _add_cleanup and _cleanup in do_sysprep
-
- Jul 31, 2014
-
-
Nikos Skalkotos authored
This is handy because this way we don't need to unlock the Administrator account if it is locked. Any user that is in the Administrators group can do the job.
-
Nikos Skalkotos authored
Better handle the case where shrink querymax does not return any reclaimable space.
-
Nikos Skalkotos authored
Relative IDs are safer. The Administrator's RID is always 500. The name may change.
-
Nikos Skalkotos authored
There were cases where a FatalError exception was constructed but never raised
-
Nikos Skalkotos authored
Fix a bug that affects newer versions of libguestfs where the handler is erroneously closed in disable_guestfs
-
Nikos Skalkotos authored
In Windows, when enumerating active users, also enumerate users that are members of the Administrators group.
-
Nikos Skalkotos authored
Import the module itself and not every single constant that is defined there.
-
Nikos Skalkotos authored
This can be used to fetch a registry node by defining a registry path
-
Nikos Skalkotos authored
* Cleanup Wizard and WizardPage classes in dialog_wizard * Fix various pylint warnings
-
- Jul 30, 2014
-
-
Constantinos Venetsanopoulos authored
Feature VirtIO installation. Automatically install or upgrade the VirtIO drivers on Windows images. This resolves #7.
-
- Jul 18, 2014
-
-
Nikos Skalkotos authored
Add a page in the dialog wizard that displays the current state of the VirtIO drivers of the image and allow the user to update the installed VirtIO drivers. This page will only be shown if the media hosts a Windows image.
-
Nikos Skalkotos authored
If this is enabled, the program will try to install the specified VirtIO drivers to the image.
-
Nikos Skalkotos authored
The sysprep parameters with the hidden attribute enabled are not displayed to the user.
-
Nikos Skalkotos authored
Add a mechanism in OSBase to add cleanup jobs. Use this mechanism to cleanup the VirtIO drivers installation.
-
- Jul 16, 2014
-
-
Nikos Skalkotos authored
Add a method for disabling the first-logon animation. This will make Administrator login faster if the Administrator account was previously locked.
-
Nikos Skalkotos authored
This is needed if the Administrator account is locked
-
Nikos Skalkotos authored
This can be used to check if the media mounting was successful
-
Nikos Skalkotos authored
Do not install and uninstall the winexe service in every single execution of vm.rexec(). Only uninstall the service after executing the last command which is either the sysprep or the shutdown command.
-