From 870561781c6063524ef6e0ccc306a2036d3932d7 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:34:51 +0000 Subject: [PATCH] ensure results dir doesn't exist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 04e3d07..7ef438e 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version) xorriso -dialog on < xorriso/input.txt boot.iso: lorax_templates/set_installer.tmpl + rm -Rf results lorax -p Fedora -v $(version) -r $(version) -t Server \ --isfinal --buildarch=$(arch) --volid=Fedora-S-dvd-$(arch)-$(version) \ --macboot --noupgrade \