mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: issues with sha256sum finding iso
This commit is contained in:
parent
2387d111d3
commit
72368ef27c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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/%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue