/* Delete mounted cd-rom information. */
ovf.deleteMountedCdromInfoInHardwareSection();
/* fix indent of xml data for human's easy read. */
XmlIndent xmli = new XmlIndent(ovf.toString());
xmli.fixIndent();
String ret2 = xmli.toString();
FileWriter fw2 = new FileWriter(ovfDir.getPath() +
File.pathSeparator +
vmm.getName() + ".ovf");