Activity

From 07/23/2013 to 08/21/2013

08/05/2013

06:37 am snf_image_creator-0.5.tar.gz
Nikos Skalkotos
06:37 am snf_image_creator-0.4.4.tar.gz
Nikos Skalkotos

08/04/2013

09:43 pm Revision 230f03ca: Update ChangeLog and version for 0.5
Nikos Skalkotos
09:10 pm Revision 50795600: Merge branch 'develop'
Nikos Skalkotos
06:10 pm Revision 9228aff8: Update documentation to reflect the changes made
Nikos Skalkotos
04:12 pm Revision 981b4504: Fix version check introduced in aca3e6508c7ae3f5ee
The fix was backported to version 1.16.11 Nikos Skalkotos

08/03/2013

04:14 pm Revision 419c8d7b: Fix a typo in one of the input options
--print-sysprep should be --print-syspreps Nikos Skalkotos
04:05 pm Revision 5756c277: Convert check_guestfs_version into an Image method
It used to be a function in util module Nikos Skalkotos
04:00 pm Revision 0611e6dd: Fix multiple bugs in util.get_kvm_binary
The machine hardware name fetched by `uname -m' should have been
stripped, and a --enable-kvm option should be added ...
Nikos Skalkotos

08/02/2013

03:40 pm Revision df36e2a4: Print a meaningful msg if windows shrinking fails
Nikos Skalkotos
01:44 pm Revision aca3e650: Raise FatalError for guestfs < 1.17.18 in windows
If the media is windows and guestfs version is less than 1.17.18
raise a Fatal Error. The versions below this have a ...
Nikos Skalkotos

08/01/2013

12:56 pm Revision bbfcaef1: Workaraound the old behaviour of kill_subprocess
Before libguestfs 1.18.4 you cannot shutdown the backend and then
relaunch it
Nikos Skalkotos
12:26 pm Revision ec8b2a79: Add {enable, disable}_guestfs methods in image cls
Nikos Skalkotos
11:12 am Revision b932f59d: Fix a typo in a variable name
Nikos Skalkotos
11:10 am Revision 091c0335: Don't copy the guestfs handler in the os_type cls
Nikos Skalkotos

07/31/2013

03:53 pm Revision 6f391961: Merge branch 'hotfix-0.4.4' into develop
Conflicts:
image_creator/os_type/unix.py
image_creator/version.py
version
Nikos Skalkotos
03:49 pm Revision 1cd84cb6: Merge branch 'hotfix-0.4.4'
Nikos Skalkotos
03:46 pm Revision 58f660b1: Bump version to 0.4.4-1~precise
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> Nikos Skalkotos
03:44 pm Revision 8f0fbdfb: Merge branch 'hotfix-0.4.4' into debian-hotfix-0.4.4
Nikos Skalkotos
02:51 pm Revision 3784c7c1: Update ChangeLog and version.py for release 4.4.4
Nikos Skalkotos
01:33 pm Revision ce66ae38: Check if scrubbing is supported
Don't try to scrub data unless the used guestfs appliance supports
it
Nikos Skalkotos
12:42 pm Revision ab694a5e: Bump version to 0.4.4
Nikos Skalkotos

07/30/2013

05:40 pm Revision c5effe03: Ignore the absence pagefile.sys in windows
Nikos Skalkotos
04:44 pm Revision 3f97df32: Merge branch 'feature-windows-support' into develop
Nikos Skalkotos
04:44 pm Revision f584265d: Fix the sysprep_param interface in expert mode
Group the system preparation tasks to simple and advanced. Nikos Skalkotos
04:44 pm Revision 4246a133: Add a function for finding out the kvm binary
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
04:43 pm Revision 2075a76a: Add sysprep in windows to clear the event logs
Nikos Skalkotos
04:43 pm Revision 0eac0256: Add support for sysprep-parameters
The user may define parameters needed by the os_type classes to perform
the system preparation tasks.
A new needed_s...
Nikos Skalkotos
04:43 pm Revision b21b5519: Add option for printing the needed sysprep params
Nikos Skalkotos
04:43 pm Revision 74780ad6: Add support for performing sysprep on windows
In windows the do_sysprep method shuts down the guestfs vm and boots
the image. This allows executing windows command...
Nikos Skalkotos
04:43 pm Revision 10088af7: Monitor when the windows VM is up and running
Nikos Skalkotos
04:43 pm Revision b8d4b14a: Add the sysprep message printing in the decorator
Since all sysprep functions output a message when they get executed,
add the message printing functionality to the sy...
Nikos Skalkotos
04:43 pm Revision b9e14923: Add various Windows syspreps
Nikos Skalkotos
04:43 pm Revision c2113d72: Disable the Windows firewall when the syspreps run
Nikos Skalkotos
04:43 pm Revision 811b7149: Add new windows sysprep for disabling hibernation
Nikos Skalkotos
04:43 pm Revision f94adfe0: Add kwargs parameter to sysprep decorator
This can be used to add arbitrary attributes to the function it
decorates
Nikos Skalkotos
04:43 pm Revision 85e97ae0: Workaround a hivex bug
Reset the LocalAccountTokenFilterPolicy registry key in RunOnce. This
key is set by hivex offline when you boot windo...
Nikos Skalkotos
04:43 pm Revision c9d53ee2: Remove bootable options from image class
It has never been used. If we need it in the future, we will bring
it back
Nikos Skalkotos
04:43 pm Revision 17649dd6: Make sysprep_info return a named tuple
It used to return a tuple Nikos Skalkotos
04:43 pm Revision efa7a61b: Add sysprep for shrinking in windows
It is not ready yet. Nikos Skalkotos
04:43 pm Revision d4270a48: Add support for shrinking windows VMs
Nikos Skalkotos
04:43 pm Revision 82e8c357: In windows.py turn some constants to syspep params
Remove constants BOOT_TIMEOUT, SHUTDOWN_TIMEOUT and CONNECTION_RETRIES
and add then as sysprep_parameters
Nikos Skalkotos
04:43 pm Revision 684a5524: Add kms_client_setup sysprep for windows images
This sysprep converts the windows image into a KMS client Nikos Skalkotos
04:43 pm Revision 7dc92081: Use --uninstall in winexe
Nikos Skalkotos
04:43 pm Revision c53cc8dd: Mix minor typos
Nikos Skalkotos
04:43 pm Revision f5873ed0: Add a new winexe module
This contains a wrapper class for winexe utility Nikos Skalkotos
04:43 pm Revision 520d991d: Monitor VM ps when waiting for windows booting
When waiting for windows to boot, also check that the Windows VM
process is up.
Nikos Skalkotos
04:43 pm Revision 8bae613f: Add connectivity checks for the windows VM
When booting the windows VM during sysprep, check if winexe works
before starting the system preparation tasks
Nikos Skalkotos
04:43 pm Revision 23c82433: Fix a bug in windows shrink sysprep
Make sure winexe returns error if a diskpart command fails Nikos Skalkotos
04:43 pm Revision 759e5d5b: Don't list disabled users in Windows
Fix _get_users method in windows.py to not list user accounts that
are disabled.
Nikos Skalkotos
04:43 pm Revision f59ad913: Add decorators defining sysprep params
Nikos Skalkotos
04:43 pm Revision 47505e53: Fix small bugs and clean up the code
Fix some bugs and some other coding issues found using pylint Nikos Skalkotos
04:43 pm Revision 678b382b: Add type field in the SysprepParam namedtuple
This is needed since the input we get from the input dialogs is
always strings.
Nikos Skalkotos
04:43 pm Revision 76f2ae77: Sleep for 10 secs after you monitor Windows is up
When syspreping a Windows image, sleep for 10 seconds before you
continue performing the various system preparation t...
Nikos Skalkotos
04:43 pm Revision 7c6a4186: Add check_guestfs_version function
This function is used to check if a specified libguestfs version is
smaller, greater or equal to the installed one
Nikos Skalkotos
04:43 pm Revision b0369791: Always close fds returned by tempfile.mkstemp()
Nikos Skalkotos
04:43 pm Revision 2359b052: Fix an missing func error introduced in e1c0be0296
Nikos Skalkotos
04:43 pm Revision 640096fb: Disable UAC remote restrictions in windows
Before launching the windows image with KVM, disable the UAC remote
restrictions. This is needed to make the image al...
Nikos Skalkotos
04:43 pm Revision 797e0df7: Pass the Image instance to the os_type classes
Those classes may need to access more Image data than the guestfs
handler and the root device name
Nikos Skalkotos
04:43 pm Revision 9ca717c4: Add basic support for customizing windows images
Add do_sysprep method for windows that shuts down the guestfs backend
process and starts a new kvm process with the s...
Nikos Skalkotos

07/27/2013

06:25 pm Revision 0969420b: Fix small bugs and clean up the code
Fix some bugs and some other coding issues found using pylint Nikos Skalkotos

07/26/2013

07:17 pm Revision af01e887: Add decorators defining sysprep params
Nikos Skalkotos
02:22 pm Revision 97d863ff: Add ci scripts to the project
Nikos Skalkotos

07/25/2013

07:15 pm Revision 06bfd21a: Don't list disabled users in Windows
Fix _get_users method in windows.py to not list user accounts that
are disabled.
Nikos Skalkotos
01:20 pm Revision 9ab20f07: Fix a bug in windows shrink sysprep
Make sure winexe returns error if a diskpart command fails Nikos Skalkotos
01:02 pm Revision 0f089865: Add connectivity checks for the windows VM
When booting the windows VM during sysprep, check if winexe works
before starting the system preparation tasks
Nikos Skalkotos

07/24/2013

01:01 pm Revision 6342c1ab: Monitor VM ps when waiting for windows booting
When waiting for windows to boot, also check that the Windows VM
process is up.
Nikos Skalkotos
12:30 pm Revision 63af9c37: Add a new winexe module
This contains a wrapper class for winexe utility Nikos Skalkotos
08:45 am Revision b1d55773: Mix minor typos
Nikos Skalkotos

07/23/2013

03:08 pm Revision 69ed7ed6: Use --uninstall in winexe
Nikos Skalkotos
12:23 pm Revision 53e791bf: Add kms_client_setup sysprep for windows images
This sysprep converts the windows image into a KMS client Nikos Skalkotos
« Previous
Next »
 

Also available in: Atom