Statistics
| Branch: | Revision:

root / common_windows.sh @ a342dab5

History | View | Annotate | Download (1 kB)

# Date Author Comment
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.