mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix resulting file
This commit is contained in:
parent
e48aa8e2c6
commit
27225fa966
2 changed files with 2 additions and 2 deletions
2
.github/workflows/iso.yml
vendored
2
.github/workflows/iso.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create deploy.iso
|
- name: Create deploy.iso
|
||||||
run: |
|
run: |
|
||||||
make deploy.iso \
|
make ${IMAGE_NAME}-${IMAGE_VERSION}.iso \
|
||||||
arch=${IMAGE_ARCH} \
|
arch=${IMAGE_ARCH} \
|
||||||
version=${IMAGE_VERSION} \
|
version=${IMAGE_VERSION} \
|
||||||
image_repo=${IMAGE_REPO} \
|
image_repo=${IMAGE_REPO} \
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ variant = Server
|
||||||
image_repo_escaped = $(subst /,\/,$(image_repo))
|
image_repo_escaped = $(subst /,\/,$(image_repo))
|
||||||
image_repo_double_escaped = $(subst \,\\\,$(image_repo_escaped))
|
image_repo_double_escaped = $(subst \,\\\,$(image_repo_escaped))
|
||||||
|
|
||||||
deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version)
|
$(image_name)-$(version).iso: boot.iso xorriso/input.txt $(image_name)-$(version)
|
||||||
xorriso -dialog on < xorriso/input.txt
|
xorriso -dialog on < xorriso/input.txt
|
||||||
|
|
||||||
boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl
|
boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue