From 6f0978062512318fd6e742dccae448ed353f84e4 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:13:56 +0000 Subject: [PATCH] set product name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebdb8dd..49f42a7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version) boot.iso: lorax_templates/set_installer.tmpl rm -Rf results - lorax -p Fedora -v $(version) -r $(version) -t $(variant) \ + lorax -p $(image_name) -v $(version) -r $(version) -t $(variant) \ --isfinal --buildarch=$(arch) --volid=$(image_name)-$(arch)-$(version) \ --macboot --noupgrade \ --repo /etc/yum.repos.d/fedora.repo \