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:
parent
5bdd251680
commit
52679d67ab
9 changed files with 6 additions and 50 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue