Statistics
| Branch: | Revision:

root / unattend.xml @ 3dc39969

History | View | Annotate | Download (3.1 kB)

# Date Author Comment
3dc39969 06/22/2011 12:41 pm Nikos Skalkotos

Correct windows setup file

Correct in unattend.xml some configurations that did not work properly.
In more detail:

  • Move language and locale settings from specialize to oobeSystem pass.
    This is needed in order to skip the Regional Settings page of Windows...
f9b42832 06/20/2011 05:40 pm Nikos Skalkotos

Change default windows color depth to 24bit

The Cirrus Logic GD5446 Video card emulator the kvm Hypervisor of ganeti
uses does not support 32bit color depth.

a1b18724 06/20/2011 01:22 pm Nikos Skalkotos

Add a hook to configure the hostname in windows

86ddc018 06/16/2011 06:29 pm Nikos Skalkotos

Add unattended setup support

In more detail:

  • Add unattend.xml file that is copied in the root directory of each
    windows instance before the first boot. This file is used to
    automatically configure some windows options in the setup
  • Add admin_passwd hook for assigning Administrator passwords...