- use raw hdd image for linux and use vmdk for windows hosts

svn path=/trunk/; revision=28916
This commit is contained in:
Johannes Anderwald 2007-09-07 11:16:05 +00:00
parent 21850a3f75
commit fec89333bd

View file

@ -192,7 +192,11 @@ namespace Sysreg_
TCHAR * options[] = {NULL,
_T("create"),
_T("-f"),
#ifdef __LINUX__
_T("raw"),
#else
_T("vmdk"),
#endif
NULL,
_T("100M"),
NULL