VirtualBox

Changeset 18833 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 7, 2009 4:08:36 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45839
Message:

OVF: add an OS type description to the OVF on export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r18829 r18833  
    28152815            pelmOperatingSystemSection->setAttribute("ovf:id", llOS.front()->strOvf);
    28162816            pelmOperatingSystemSection->createChild("Info")->addContent("The kind of installed guest operating system");
    2817 //             pelmOperatingSystemSection->createChild("Description")->addContent("blah"); // @todo
     2817            Utf8Str strOSDesc;
     2818            convertCIMOSType2VBoxOSType(strOSDesc, llOS.front()->strOvf.toInt32(), "");
     2819            pelmOperatingSystemSection->createChild("Description")->addContent(strOSDesc);
    28182820
    28192821            // <VirtualHardwareSection ovf:id="hw1" ovf:transport="iso">
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette