mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
remove quotes
This commit is contained in:
parent
3757316c46
commit
ca729bbab9
1 changed files with 4 additions and 5 deletions
9
Makefile
9
Makefile
|
|
@ -1,9 +1,8 @@
|
||||||
arch = "x86_64"
|
arch = x86_64
|
||||||
version = "39"
|
version = 39
|
||||||
base_dir = $(shell pwd)
|
base_dir = $(shell pwd)
|
||||||
image_repo = "ghcr.io/ublue-os"
|
image_repo = ghcr.io/ublue-os
|
||||||
image_name = "base-main"
|
image_name = base-main
|
||||||
subdir = "lorax_templates xorriso"
|
|
||||||
|
|
||||||
deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version)
|
deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version)
|
||||||
xorriso -dialog on < xorriso/input.txt
|
xorriso -dialog on < xorriso/input.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue