- Aug 22, 2013
-
-
Nikos Skalkotos authored
Before shrinking a filesystem use the e2fsck -y if the underlined guestfs library supports it.
-
Nikos Skalkotos authored
Otherwise print a warning.
-
Nikos Skalkotos authored
-
- Aug 04, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The fix was backported to version 1.16.11
-
- Aug 03, 2013
-
-
Nikos Skalkotos authored
--print-sysprep should be --print-syspreps
-
Nikos Skalkotos authored
It used to be a function in util module
-
Nikos Skalkotos authored
The machine hardware name fetched by `uname -m' should have been stripped, and a --enable-kvm option should be added if the returned executable was qemu-system-<arch>
-
- Aug 02, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If the media is windows and guestfs version is less than 1.17.18 raise a Fatal Error. The versions below this have a bug and inspect_os will fail if the HKLM\SYSTEM\MountedDevices registry key is missing. This key gets deleted by Microsoft Sysprep
-
- Aug 01, 2013
-
-
Nikos Skalkotos authored
Before libguestfs 1.18.4 you cannot shutdown the backend and then relaunch it
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jul 31, 2013
-
-
Nikos Skalkotos authored
Conflicts: image_creator/os_type/unix.py image_creator/version.py version
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Don't try to scrub data unless the used guestfs appliance supports it
-
Nikos Skalkotos authored
-
- Jul 30, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
On some systems it is kvm, on some others it is qemu-system-x86_64. On 32bit PC it is qemu-system-i386
-
Nikos Skalkotos authored
Group the system preparation tasks to simple and advanced.
-
Nikos Skalkotos authored
Remove constants BOOT_TIMEOUT, SHUTDOWN_TIMEOUT and CONNECTION_RETRIES and add then as sysprep_parameters
-
Nikos Skalkotos authored
This is needed since the input we get from the input dialogs is always strings.
-
Nikos Skalkotos authored
Fix some bugs and some other coding issues found using pylint
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix _get_users method in windows.py to not list user accounts that are disabled.
-
Nikos Skalkotos authored
Make sure winexe returns error if a diskpart command fails
-
Nikos Skalkotos authored
When booting the windows VM during sysprep, check if winexe works before starting the system preparation tasks
-
Nikos Skalkotos authored
When waiting for windows to boot, also check that the Windows VM process is up.
-
Nikos Skalkotos authored
This contains a wrapper class for winexe utility
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This sysprep converts the windows image into a KMS client
-
Nikos Skalkotos authored
When syspreping a Windows image, sleep for 10 seconds before you continue performing the various system preparation tasks.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
It is not ready yet.
-