Revert "Apply only live templates for install."

This reverts commit cbf732b85b.
master
Mike Hiretsky 13 years ago
parent cbf732b85b
commit 5a0db58d89

@ -100,8 +100,7 @@ class fillVars(object, glob_attr):
"""Need perform templates for install:live"""
if self.Get('ac_install_merge') == "up" and \
self.Get('cl_chroot_status') == "off" or \
self.Get('cl_action') in ('live',) and \
self.Get('os_install_root_type') != "flash":
self.Get('cl_action') == 'live':
return "up"
else:
return ""

Loading…
Cancel
Save