From 1aeb64b20ed2baf550d57eee6ce41b6afcfa9ec5 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:03:10 -0400 Subject: [PATCH] already installed --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 479fb91..65557ce 100644 --- a/Makefile +++ b/Makefile @@ -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)) \