From 53caba70f4c0655218467ef5e22a6369c3ba2b9d Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:05:46 -0400 Subject: [PATCH] fix iso path --- test/vm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vm/Makefile b/test/vm/Makefile index 5ceef09..a2a37a7 100644 --- a/test/vm/Makefile +++ b/test/vm/Makefile @@ -69,7 +69,7 @@ clean: files/mnt/iso files/install.iso: files/grub.cfg xorriso -dialog on << EOF - -indev $(ISO_NAME) + -indev ../../$(ISO_NAME) -outdev files/install.iso -boot_image any replay -map files/ks.cfg ks.cfg