mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
remove ;
This commit is contained in:
parent
70866c9e57
commit
d141575b31
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -54,7 +54,7 @@ boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.
|
||||||
lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \
|
lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \
|
||||||
--isfinal --buildarch=$(ARCH) --volid=$(_VOLID) \
|
--isfinal --buildarch=$(ARCH) --volid=$(_VOLID) \
|
||||||
$(_LORAX_ARGS) \
|
$(_LORAX_ARGS) \
|
||||||
$(foreach file,$(_REPO_FILES),--repo $(_BASE_DIR)/$(file);) \
|
$(foreach file,$(_REPO_FILES),--repo $(_BASE_DIR)/$(file)) \
|
||||||
--add-template $(_BASE_DIR)/lorax_templates/set_installer.tmpl \
|
--add-template $(_BASE_DIR)/lorax_templates/set_installer.tmpl \
|
||||||
--add-template $(_BASE_DIR)/lorax_templates/configure_upgrades.tmpl \
|
--add-template $(_BASE_DIR)/lorax_templates/configure_upgrades.tmpl \
|
||||||
$(_BASE_DIR)/results/
|
$(_BASE_DIR)/results/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue