1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix: adding ls command to determine if relative path is working

This commit is contained in:
Noel Miller 2024-03-06 02:50:18 -06:00
parent 72368ef27c
commit 9b395677b0

View file

@ -41,7 +41,8 @@ build/deploy.iso: boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.t
xorriso -dialog on < $(_BASE_DIR)/xorriso/input.txt xorriso -dialog on < $(_BASE_DIR)/xorriso/input.txt
implantisomd5 build/deploy.iso implantisomd5 build/deploy.iso
mv build/deploy.iso build/$(ISO_NAME).iso mv build/deploy.iso build/$(ISO_NAME).iso
pushd $(_BASE_DIR)/build ls build/
pushd build/
sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM
popd popd