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:
parent
9b395677b0
commit
7b11754a5d
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
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
|
||||||
ls build/
|
cd build && sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM
|
||||||
pushd build/
|
|
||||||
sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM
|
|
||||||
popd
|
|
||||||
|
|
||||||
# Step 1: Generate Lorax Templates
|
# Step 1: Generate Lorax Templates
|
||||||
lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%
|
lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue