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}" \
|
||||
--version="${VERSION}" \
|
||||
--release="${VERSION}" \
|
||||
{%- if rc == '' %}
|
||||
--isfinal \
|
||||
{%- endif %}
|
||||
{%- for repo in repos %}
|
||||
--source={{ repo.url }} \
|
||||
{%- endfor %}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user