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