1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

already installed

This commit is contained in:
Jason N. 2024-04-29 21:03:10 -04:00
parent 6b151a8b6f
commit 1aeb64b20e

View file

@ -111,7 +111,6 @@ results/images/boot.iso: external/lorax/branch-$(VERSION) $(filter lorax_templat
lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \
--isfinal --squashfs-only --buildarch=$(ARCH) --volid=$(_VOLID) --sharedir $(PWD)/external/lorax/share/templates.d/99-generic \
-i grubby \
$(_LORAX_ARGS) \
$(foreach file,$(_REPO_FILES),--repo $(PWD)/$(file)) \
$(foreach file,$(_LORAX_TEMPLATES),--add-template $(PWD)/$(file)) \