Optimize fill cl_install_system_action.

netsetup
Mike Hiretsky 13 years ago
parent 9834c6edb0
commit 5314e4ce56

Binary file not shown.

@ -78,9 +78,8 @@ class fillVars(object, glob_attr):
"""Need perform templates for install:system"""
if self.Get('cl_assemble_prepare_action') != "":
return ""
if self.Get('os_install_root_type') == "flash":
return ""
if self.Get('cl_action') == 'system':
if self.Get('cl_action') == 'system' and \
self.Get('os_install_root_type') != "flash":
return "up"
else:
return ""

Loading…
Cancel
Save