add rc if statement
This commit is contained in:
parent
1ae3c67ba6
commit
adc0cd3b81
Binary file not shown.
@ -17,6 +17,9 @@ sed -i '/{{ pkg }}/ s/^/#/' /usr/share/lorax/templates.d/80-rhel/runtime-install
|
|||||||
lorax --product="${PRODUCT}" \
|
lorax --product="${PRODUCT}" \
|
||||||
--version="${VERSION}" \
|
--version="${VERSION}" \
|
||||||
--release="${VERSION}" \
|
--release="${VERSION}" \
|
||||||
|
{%- if rc == '' %}
|
||||||
|
--isfinal \
|
||||||
|
{%- endif %}
|
||||||
{%- for repo in repos %}
|
{%- for repo in repos %}
|
||||||
--source={{ repo.url }} \
|
--source={{ repo.url }} \
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user