new features

- using custom setup scripts
- run VMs using list
This commit is contained in:
Vikulov Dmitry
2023-06-26 17:45:48 +03:00
parent 43f1d76032
commit 84d19cdbe4
2 changed files with 133 additions and 47 deletions

View File

@ -41,5 +41,8 @@ std::wstring sCfgPassword = L"password=";
std::wstring sCfgBranch = L"branch=";
std::wstring sCfgVersion = L"version=";
std::wstring sCfgStartDebian = L"start-debian=";
std::wstring sCfgStartRedhat = L"start-redhat=";
std::wstring sCfgDebianStart = L"debian-start=";
std::wstring sCfgRedhatStart = L"redhat-start=";
std::wstring sCfgDebianScript = L"debian-script=";
std::wstring sCfgRedhatScript = L"redhat-script=";