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)
20 from wic.engine import get_custom_config108 custom_cfg = get_custom_config(configfile)
22 from wic.engine import get_custom_config45 custom_cfg = get_custom_config(configfile)151 custom_cfg = get_custom_config(configfile)
17 from wic.engine import get_custom_config96 grubefi_conf = get_custom_config(configfile)
615 def get_custom_config(boot_file): function