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

fixed cd issue

This commit is contained in:
Noel Miller 2024-03-06 03:35:28 -06:00
parent 9b395677b0
commit 7b11754a5d

View file

@ -41,10 +41,7 @@ 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
ls build/
pushd build/
sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM
popd
cd build && sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM
# Step 1: Generate Lorax Templates
lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%