From 2765ca7b0dcfd7b76c89e7724c590c09eda78a1d Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:11:35 -0500 Subject: [PATCH] ensure glibc is installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82cfdef..704f549 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ results/images/boot.iso: external/lorax/branch-$(VERSION) $(filter lorax_templat lorax -p $(IMAGE_NAME) -v $(VERSION) -r $(VERSION) -t $(VARIANT) \ --isfinal --buildarch=$(ARCH) --volid=$(_VOLID) --sharedir $(PWD)/external/lorax/share/templates.d/99-generic \ - --installpkgs python3-pyudev \ + --installpkgs glibc \ $(_LORAX_ARGS) \ $(foreach file,$(_REPO_FILES),--repo $(patsubst repos/%,$(PWD)/repos/%,$(file))) \ $(foreach file,$(_LORAX_TEMPLATES),--add-template $(PWD)/$(file)) \