From ec00650c53fd2f9d0a62063567fc9e0b658469af Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:40:21 -0400 Subject: [PATCH] use call --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 609112b..cbefaa9 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ _TEMPLATE_VARS += ENROLLMENT_PASSWORD endif ifeq ($(BOOTC),true) -_LORAX_TEMPLATES += $(shell ls lorax_templates/bootc_*.tmpl) +_LORAX_TEMPLATES += $(call get_templates,bootc) _LORAX_ARGS += -i bootc endif