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

fix: changes requested

This commit is contained in:
Noel Miller 2024-03-07 11:50:21 -06:00
parent e3f6371041
commit 72721268f4
2 changed files with 7 additions and 5 deletions

View file

@ -13,7 +13,6 @@ SECURE_BOOT_KEY_URL =
ADDITIONAL_TEMPLATES =
EXTRA_BOOT_PARAMS =
ROOTFS_SIZE = 4
ISO_NAME = $(IMAGE_NAME)-$(IMAGE_TAG)
# Generated vars
## Formatting = _UPPERCASE
@ -41,8 +40,6 @@ build/deploy.iso: boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.t
mkdir $(_BASE_DIR)/build || true
xorriso -dialog on < $(_BASE_DIR)/xorriso/input.txt
implantisomd5 build/deploy.iso
mv build/deploy.iso build/$(ISO_NAME).iso
cd build && sha256sum $(ISO_NAME).iso > $(ISO_NAME)-CHECKSUM
# Step 1: Generate Lorax Templates
lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%