mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
remove remote
This commit is contained in:
parent
9589d82053
commit
f37775f066
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -11,7 +11,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) \
|
||||
--isfinal --buildarch=$(arch) --volid=Fedora-S-dvd-$(arch)-$(version) \
|
||||
--isfinal --buildarch=$(arch) --volid=$(image_name)-$(arch)-$(version) \
|
||||
--macboot --noupgrade \
|
||||
--repo /etc/yum.repos.d/fedora.repo \
|
||||
--repo /etc/yum.repos.d/fedora-updates.repo \
|
||||
|
|
@ -38,7 +38,7 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
|
|||
|
||||
|
||||
xorriso/input.txt: xorriso/gen_input.sh
|
||||
bash xorriso/gen_input.sh > input.txt
|
||||
bash xorriso/gen_input.sh > xorriso/input.txt
|
||||
|
||||
xorriso/%.sh: xorriso/%.sh.in
|
||||
sed 's/@IMAGE_NAME@/$(image_name)-$(version)/' xorriso/$*.sh.in > xorriso/$*.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue