Shows the steps to install information

This commit is contained in:
root
2010-09-20 11:44:48 +08:00
parent c929db5482
commit f6667ff543
8 changed files with 125 additions and 22 deletions

View File

@@ -571,6 +571,12 @@ p_node - xml node (parent node)'''
srvs.appendChild(srv)
p_node.appendChild(srvs)
def install_information():
to_xml()
xmldoc = minidom.parse(install_xml)
root = xmldoc.firstChild
return root.toxml()
def init():
''' initialize '''
Partition.init_from_os()