mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
ensure results dir doesn't exist
This commit is contained in:
parent
ca729bbab9
commit
870561781c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -8,6 +8,7 @@ deploy.iso: boot.iso xorriso/input.txt $(image_name)-$(version)
|
|||
xorriso -dialog on < xorriso/input.txt
|
||||
|
||||
boot.iso: lorax_templates/set_installer.tmpl
|
||||
rm -Rf results
|
||||
lorax -p Fedora -v $(version) -r $(version) -t Server \
|
||||
--isfinal --buildarch=$(arch) --volid=Fedora-S-dvd-$(arch)-$(version) \
|
||||
--macboot --noupgrade \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue