Further enhancements to configuration simplification

This commit is contained in:
Bahadir Balban
2009-10-20 20:05:42 +03:00
parent b85d4202ce
commit f3edb21fb5
3 changed files with 19 additions and 10 deletions

View File

@@ -39,6 +39,7 @@ def add_container_constraint(cid):
return cml_string
def generate_container_cml(arch, ncont):
print "Autogenerating new rule file"
fbody = ""
with open(join(CML2_CONFIG_SRCDIR, arch + '.ruleset')) as in_ruleset:
fbody += in_ruleset.read()