mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
feat: Add MD5 for built-in ISO test (#17)
This commit is contained in:
parent
97b27601f6
commit
5c61fa7aec
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -33,6 +33,7 @@ endif
|
|||
build/deploy.iso: boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.txt
|
||||
mkdir $(_BASE_DIR)/build || true
|
||||
xorriso -dialog on < $(_BASE_DIR)/xorriso/input.txt
|
||||
implantisomd5 build/deploy.iso
|
||||
|
||||
# Step 1: Generate Lorax Templates
|
||||
lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue