Add _cfg using

master3.3
Mike Hiretsky 12 years ago
parent 19b9c67638
commit 395f9efbfa

@ -197,6 +197,7 @@ class Install(color_print):
printSUCCESS=self.printSUCCESS,
printWARNING=self.printWARNING,
askConfirm=self.askConfirm,
dispatchConf=self.dispatchConf,
printERROR=self.printERROR)
dirsFiles = self.clTempl.applyTemplates()

@ -78,6 +78,8 @@ class InstallInfo(ClassSerializer):
cl_autopartition_table = String
cl_autopartition_root_size = String
cl_autoupdate_set = Boolean
cl_live = Boolean
cl_templates_locate = Array(String)
@ -365,7 +367,7 @@ class Wsdl:
dv.Set('cl_action','merge',True)
dv.Set('cl_live','off')
dv.addGroup(None,
normal=("cl_live",),
normal=("cl_live","cl_autoupdate_set"),
expert=('cl_templates_locate',),
next_label=_("Reconfigure"))
return dv

Loading…
Cancel
Save