mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- use raw hdd image for linux and use vmdk for windows hosts
svn path=/trunk/; revision=28916
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user