- 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.
-
Nikos Skalkotos authored
This used to be a sysprep but it is better if we disable it right away. This is not needed for VMs and if this is enabled, the system will hibernate on an ACPI shutdown event which will make the system preparation to fail.
-
Nikos Skalkotos authored
Make sure the guestfs handler is never cached in registry class. There are cases where the guestfs handler is recreated in image class. The registry code should always access the guestfs handler from the image class and never from a local copy.
-
Nikos Skalkotos authored
If we have verified that the OS in the Windows VM has booted, then wait for a while to let it properly shut down even if an error occurred.
-
Nikos Skalkotos authored
Display the return code and the stderr of the kvm process when the customization VM dies unexpectendly
-
Nikos Skalkotos authored
Do not upload the VirtIO drivers to %SystemRoot%\VirtIO. Use a temporary directory for this job
-
Nikos Skalkotos authored
Hide the powershell InstallDrivers.ps1 window if supported
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Only install the drivers that where previously validated by _fetch_virtio_drivers()
-
Nikos Skalkotos authored
* Detect the VirtIO driver type by the Device ID it refers to and not the catalog file name * Check if a driver is suitable for the input media by examining the TargetOSVersion field
-
Nikos Skalkotos authored
When installing new drivers, make sure the old ones get uninstalled.
-
Nikos Skalkotos authored
Rewrite the virtio_dir_check function that checks if a given directory is indeed hosting VirtIO drivers.
-
Nikos Skalkotos authored
Merge the Parameter menu entry with Sysprep and add a new entry for installing VirtIO drivers. This will only be visible in Windows.
-
Nikos Skalkotos authored
Collect more detailed information about the installed VirtIO drivers
-
Nikos Skalkotos authored
Make install_virtio_drivers a public method of the class Windows
-
Nikos Skalkotos authored
When installing the virtio drivers monitor the booting process of the windows VM
-
Nikos Skalkotos authored
Support installing virtio drivers in Windows 8, 8.1, 2012 and 2012R2
-
Nikos Skalkotos authored
Remove mount and unmount methods and add a mount context manager for mounting the media file systems.
-