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:
parent
72368ef27c
commit
9b395677b0
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue