Searched refs:get_custom_config (Results 1 – 5 of 5) sorted by relevance
22 from wic.engine import get_custom_config76 custom_cfg = get_custom_config(configfile)
18 from wic.engine import get_custom_config95 custom_cfg = get_custom_config(bootloader.configfile)
22 from wic.engine import get_custom_config67 custom_cfg = get_custom_config(configfile)166 custom_cfg = get_custom_config(configfile)
19 from wic.engine import get_custom_config98 grubefi_conf = get_custom_config(configfile)
631 def get_custom_config(boot_file): function