Home | History | Annotate | Download | only in bin

Lines Matching refs:conf

16     conf = {}
21 return conf
26 conf['disks'] = val.strip('"').split()
30 conf['partitions'] = val.strip('"').split()
34 conf['modules'] = val.strip('"').split()
37 return conf
89 # Load up the autobench.conf if it exists.
90 conf = autobench_load("/etc/autobench.conf")
91 if 'partitions' in conf:
93 conf['partitions'])
112 # For RedHat installs we do not load up the module.conf
115 if vendor in ['Red Hat', 'Fedora Core'] and 'modules' in conf:
117 for mod in conf['modules']: