1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2026-02-09 14:15:17 +01:00

remove unnecessary changes

This commit is contained in:
Jason N. 2024-05-09 13:13:57 -04:00
parent 5bdd251680
commit 52679d67ab
9 changed files with 6 additions and 50 deletions

View file

@ -94,7 +94,7 @@ $(ISO_NAME)-CHECKSUM: $(ISO_NAME)
cd $(dir $(ISO_NAME)) && sha256sum $(notdir $(ISO_NAME)) > $(notdir $(ISO_NAME))-CHECKSUM
# Build end ISO
$(ISO_NAME): results/images/boot.iso container/container xorriso/input.txt
$(ISO_NAME): results/images/boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.txt
$(if $(wildcard $(dir $(ISO_NAME))),,mkdir -p $(dir $(ISO_NAME)); chmod ugo=rwX $(dir $(ISO_NAME)))
xorriso -dialog on < xorriso/input.txt
implantisomd5 $(ISO_NAME)