mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use call
This commit is contained in:
parent
2d5006293e
commit
ec00650c53
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue