Changeset 33665 in vbox
- Timestamp:
- Nov 1, 2010 4:31:56 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplImport.cpp
r33651 r33665 164 164 165 165 /* Guest OS type */ 166 Utf8Str strOsTypeVBox ,167 strCIMOSType = Utf8StrFmt("%RI32", (uint32_t)vsysThis.cimos);166 Utf8Str strOsTypeVBox; 167 Utf8Str strCIMOSType = Utf8StrFmt("%RI32", (uint32_t)vsysThis.cimos); 168 168 convertCIMOSType2VBoxOSType(strOsTypeVBox, vsysThis.cimos, vsysThis.strCimosDesc); 169 /* If there is a vbox.xml, we always prefer the ostype settings 170 * from there, cause OVF doesn't know all types VBox know. */ 171 if (vsysThis.pelmVboxMachine) 172 strOsTypeVBox = pNewDesc->m->pConfig->machineUserData.strOsType; 169 173 pNewDesc->addEntry(VirtualSystemDescriptionType_OS, 170 174 "", … … 2370 2374 */ 2371 2375 2376 config.machineUserData.strOsType = stack.strOsTypeVBox; 2372 2377 config.machineUserData.strDescription = stack.strDescription; 2373 2378
Note:
See TracChangeset
for help on using the changeset viewer.

