Statistics
| Branch: | Revision:

root / common_windows.sh @ 8d77389f

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
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...
a342dab5 06/16/2011 12:42 pm Nikos Skalkotos

Fixed windows support checks in common_windows.sh

6738cd80 06/16/2011 12:13 pm Nikos Skalkotos

Inserted a new BOOT variable in common.sh

This variable instructs ganeti-instance-image wheather or not to create
a boot partition in the instance creation process.

47c86659 06/15/2011 06:51 pm Nikos Skalkotos

Added --disable-windows-support flag in configure

This is convinient since we introduced a new program dependency
(xmlstrlet) in ganeti-instance-image which is only needed for Windows.
xmlstrlet will be used by the Windows hooks to change setup options in...

2222beb0 06/14/2011 10:39 am Nikos Skalkotos

Fixed a bug in a common_windows.sh function

Function windows_filesystem_check() was empty causing a syntax error in
bash. Added a dummy echo line to overcame this...

a33d2ab2 06/10/2011 11:36 am Nikos Skalkotos

Added basic windows support

Added support for windows disk partitioning and ntfsclone's special
image format. A hook was also added that installs a valid MBR capable of
booting windows partitions.