From 22abd1828eb3367198854e421e9743eb97bb86fe Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:27:54 -0500 Subject: [PATCH] install python3-pyudev --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 20bc28d..82cfdef 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +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 \ $(_LORAX_ARGS) \ $(foreach file,$(_REPO_FILES),--repo $(patsubst repos/%,$(PWD)/repos/%,$(file))) \ $(foreach file,$(_LORAX_TEMPLATES),--add-template $(PWD)/$(file)) \