1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-03-13 17:40:21 -04:00
parent 2d5006293e
commit ec00650c53

View file

@ -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