Rename xml/config.xml to xml/install_cfg.xml
modified: interface/ri_data.py modified: interface/test_data.py modified: main/setup modified: text/ri_newt.py modified: xml/dependency.xml renamed: xml/config.xml -> xml/install_cfg.xml
This commit is contained in:
@@ -12,7 +12,7 @@ import interface_partition
|
||||
|
||||
# xml file names
|
||||
install_xml = '/var/install/install.xml'
|
||||
config_xml = '../xml/config.xml'
|
||||
config_xml = '../xml/install_cfg.xml'
|
||||
|
||||
def to_xml_attr(doc, node, cls, name):
|
||||
''' This method is called by to_xml. Its function is to create an attribute, and set its value based on xml data member
|
||||
|
||||
@@ -38,7 +38,7 @@ MountPoint.to_xml(xmldoc2, root2)
|
||||
Network.to_xml(xmldoc2, root2)
|
||||
Group.to_xml(xmldoc2, root2)
|
||||
#Group.to_xml(xmldoc2, root2)
|
||||
xmldoc_cfg = minidom.parse('./config.xml')
|
||||
xmldoc_cfg = minidom.parse('./install_cfg.xml')
|
||||
root_cfg = xmldoc_cfg.firstChild
|
||||
#Group.init_from_config_xml(root_cfg)
|
||||
#Group.to_xml(xmldoc2, root2)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
workdir="/usr/lib/new_install/text"
|
||||
exec_file='xinitrc_setup'
|
||||
work_write_dir='/var/install'
|
||||
configfile="../xml/config.xml"
|
||||
configfile="../xml/install_cfg.xml"
|
||||
#===================================================================================
|
||||
#Performance function
|
||||
#===================================================================================
|
||||
|
||||
@@ -9,7 +9,7 @@ import ri_data
|
||||
import partition_data as p_d
|
||||
import interface_partition
|
||||
|
||||
config_xml = "../xml/config.xml"
|
||||
config_xml = "../xml/install_cfg.xml"
|
||||
|
||||
class Screen:
|
||||
global screen
|
||||
|
||||
27433
xml/dependency.xml
27433
xml/dependency.xml
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user