mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
- use raw hdd image for linux and use vmdk for windows hosts
svn path=/trunk/; revision=28916
This commit is contained in:
parent
21850a3f75
commit
fec89333bd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue