From 72368ef27cc2b45d0ab61d32b4281728ed8c1185 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Wed, 6 Mar 2024 02:29:08 -0600 Subject: [PATCH] fix: issues with sha256sum finding iso --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4b73c8..1ddd10b 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,9 @@ build/deploy.iso: boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.t xorriso -dialog on < $(_BASE_DIR)/xorriso/input.txt implantisomd5 build/deploy.iso mv build/deploy.iso build/$(ISO_NAME).iso - cd build + pushd $(_BASE_DIR)/build sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM + popd # Step 1: Generate Lorax Templates lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%