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/%