Revision:

Revisions

# Date Author Comment
b8d4b14a 07/30/2013 04:43 pm Nikos Skalkotos

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 sysprep decorator

b9e14923 07/30/2013 04:43 pm Nikos Skalkotos

Add various Windows syspreps

c2113d72 07/30/2013 04:43 pm Nikos Skalkotos

Disable the Windows firewall when the syspreps run

811b7149 07/30/2013 04:43 pm Nikos Skalkotos

Add new windows sysprep for disabling hibernation

f94adfe0 07/30/2013 04:43 pm Nikos Skalkotos

Add kwargs parameter to sysprep decorator

This can be used to add arbitrary attributes to the function it
decorates

85e97ae0 07/30/2013 04:43 pm Nikos Skalkotos

Workaround a hivex bug

Reset the LocalAccountTokenFilterPolicy registry key in RunOnce. This
key is set by hivex offline when you boot windows, it seems to have a
wrong value.

2075a76a 07/30/2013 04:43 pm Nikos Skalkotos

Add sysprep in windows to clear the event logs

17649dd6 07/30/2013 04:43 pm Nikos Skalkotos

Make sysprep_info return a named tuple

It used to return a tuple

efa7a61b 07/30/2013 04:43 pm Nikos Skalkotos

Add sysprep for shrinking in windows

It is not ready yet.

d4270a48 07/30/2013 04:43 pm Nikos Skalkotos

Add support for shrinking windows VMs

76f2ae77 07/30/2013 04:43 pm Nikos Skalkotos

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 tasks.

684a5524 07/30/2013 04:43 pm Nikos Skalkotos

Add kms_client_setup sysprep for windows images

This sysprep converts the windows image into a KMS client

7dc92081 07/30/2013 04:43 pm Nikos Skalkotos

Use --uninstall in winexe

c53cc8dd 07/30/2013 04:43 pm Nikos Skalkotos

Mix minor typos

f5873ed0 07/30/2013 04:43 pm Nikos Skalkotos

Add a new winexe module

This contains a wrapper class for winexe utility

520d991d 07/30/2013 04:43 pm Nikos Skalkotos

Monitor VM ps when waiting for windows booting

When waiting for windows to boot, also check that the Windows VM
process is up.

8bae613f 07/30/2013 04:43 pm Nikos Skalkotos

Add connectivity checks for the windows VM

When booting the windows VM during sysprep, check if winexe works
before starting the system preparation tasks

23c82433 07/30/2013 04:43 pm Nikos Skalkotos

Fix a bug in windows shrink sysprep

Make sure winexe returns error if a diskpart command fails

759e5d5b 07/30/2013 04:43 pm Nikos Skalkotos

Don't list disabled users in Windows

Fix _get_users method in windows.py to not list user accounts that
are disabled.

f59ad913 07/30/2013 04:43 pm Nikos Skalkotos

Add decorators defining sysprep params

47505e53 07/30/2013 04:43 pm Nikos Skalkotos

Fix small bugs and clean up the code

Fix some bugs and some other coding issues found using pylint

678b382b 07/30/2013 04:43 pm Nikos Skalkotos

Add type field in the SysprepParam namedtuple

This is needed since the input we get from the input dialogs is
always strings.

82e8c357 07/30/2013 04:43 pm Nikos Skalkotos

In windows.py turn some constants to syspep params

Remove constants BOOT_TIMEOUT, SHUTDOWN_TIMEOUT and CONNECTION_RETRIES
and add then as sysprep_parameters

7c6a4186 07/30/2013 04:43 pm Nikos Skalkotos

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

b0369791 07/30/2013 04:43 pm Nikos Skalkotos

Always close fds returned by tempfile.mkstemp()

2359b052 07/30/2013 04:43 pm Nikos Skalkotos

Fix an missing func error introduced in e1c0be0296

640096fb 07/30/2013 04:43 pm Nikos Skalkotos

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 allow executing
command through psexec. After the VM is shut down, the restrictions
are turned back on.

797e0df7 07/30/2013 04:43 pm Nikos Skalkotos

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

9ca717c4 07/30/2013 04:43 pm Nikos Skalkotos

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 snapshot disk attached to
it.

0969420b 07/27/2013 06:25 pm Nikos Skalkotos

Fix small bugs and clean up the code

Fix some bugs and some other coding issues found using pylint

af01e887 07/26/2013 07:17 pm Nikos Skalkotos

Add decorators defining sysprep params

97d863ff 07/26/2013 02:22 pm Nikos Skalkotos

Add ci scripts to the project

06bfd21a 07/25/2013 07:15 pm Nikos Skalkotos

Don't list disabled users in Windows

Fix _get_users method in windows.py to not list user accounts that
are disabled.

9ab20f07 07/25/2013 01:20 pm Nikos Skalkotos

Fix a bug in windows shrink sysprep

Make sure winexe returns error if a diskpart command fails

0f089865 07/25/2013 01:02 pm Nikos Skalkotos

Add connectivity checks for the windows VM

When booting the windows VM during sysprep, check if winexe works
before starting the system preparation tasks

6342c1ab 07/24/2013 01:01 pm Nikos Skalkotos

Monitor VM ps when waiting for windows booting

When waiting for windows to boot, also check that the Windows VM
process is up.

63af9c37 07/24/2013 12:30 pm Nikos Skalkotos

Add a new winexe module

This contains a wrapper class for winexe utility

b1d55773 07/24/2013 08:45 am Nikos Skalkotos

Mix minor typos

69ed7ed6 07/23/2013 03:08 pm Nikos Skalkotos

Use --uninstall in winexe

53e791bf 07/23/2013 12:23 pm Nikos Skalkotos

Add kms_client_setup sysprep for windows images

This sysprep converts the windows image into a KMS client

c6b84dc4 07/22/2013 05:05 pm Nikos Skalkotos

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 tasks.

e773df24 07/22/2013 03:42 pm Nikos Skalkotos

Add support for shrinking windows VMs

670ea7e3 07/19/2013 07:36 pm Nikos Skalkotos

Add sysprep for shrinking in windows

It is not ready yet.

020b738b 07/19/2013 04:48 pm Nikos Skalkotos

Make sysprep_info return a named tuple

It used to return a tuple

6985d77d 07/18/2013 12:26 pm Nikos Skalkotos

Bump version to 0.4.3-1~wheezy

Signed-off-by: Nikos Skalkotos <>

ec79d0b5 07/18/2013 12:26 pm Nikos Skalkotos

Merge branch 'master' into debian-wheezy

cad05ab4 07/18/2013 12:20 pm Nikos Skalkotos

Bump version to 0.4.3-1~precise

Signed-off-by: Nikos Skalkotos <>

ec43103a 07/18/2013 12:20 pm Nikos Skalkotos

Merge branch 'master' into debian-precise

c71f38be 07/18/2013 11:27 am Nikos Skalkotos

Bump version to 0.4.3next

64556e63 07/18/2013 11:26 am Nikos Skalkotos

Merge branch 'master' into develop

Conflicts:
image_creator/version.py
version

« Previous 1 2 3 4 5 ... 12 Next » (101-150/554) | Per page: 25, 50, 100

Also available in: Atom