mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
set product name
This commit is contained in:
parent
f37775f066
commit
6f09780625
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version)
|
|||
|
||||
boot.iso: lorax_templates/set_installer.tmpl
|
||||
rm -Rf results
|
||||
lorax -p Fedora -v $(version) -r $(version) -t $(variant) \
|
||||
lorax -p $(image_name) -v $(version) -r $(version) -t $(variant) \
|
||||
--isfinal --buildarch=$(arch) --volid=$(image_name)-$(arch)-$(version) \
|
||||
--macboot --noupgrade \
|
||||
--repo /etc/yum.repos.d/fedora.repo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue