mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Add tests for 42 (#161)
Co-authored-by: Jason N. <33561705+JasonN3@users.noreply.github.com>
This commit is contained in:
parent
d2186329e4
commit
45fec1fc9d
4 changed files with 39 additions and 28 deletions
|
|
@ -39,10 +39,14 @@ endef
|
|||
post_%.tmpl: scripts/post/%
|
||||
$(call convert_post_to_tmpl,$*,usr/share/anaconda/post-scripts/$*.ks,true)
|
||||
|
||||
install_include_post.tmpl:
|
||||
echo '<%page />' > install_include_post.tmpl
|
||||
for file in $(patsubst post_%.tmpl, %, $(filter post_%, $(notdir $(_LORAX_TEMPLATES)))); do echo "append usr/share/anaconda/interactive-defaults.ks \"%include /usr/share/anaconda/post-scripts/$${file}.ks\"" >> install_include_post.tmpl; done
|
||||
|
||||
install-deps:
|
||||
|
||||
FILES=$(wildcard post_*)
|
||||
FILES=$(wildcard post_*) install_include_post.tmpl
|
||||
clean:
|
||||
ifneq ($(FILES),)
|
||||
rm -Rf $(FILES)
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue