diff --git a/iso/py/.sync-from-peridot.swp b/iso/py/.sync-from-peridot.swp deleted file mode 100644 index ffca78d..0000000 Binary files a/iso/py/.sync-from-peridot.swp and /dev/null differ diff --git a/iso/py/templates/buildImage.tmpl.sh b/iso/py/templates/buildImage.tmpl.sh index a0f0231..bc74ccd 100644 --- a/iso/py/templates/buildImage.tmpl.sh +++ b/iso/py/templates/buildImage.tmpl.sh @@ -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 %} diff --git a/iso/py/util/.dnf_utils.py.swp b/iso/py/util/.dnf_utils.py.swp deleted file mode 100644 index 8b06bcb..0000000 Binary files a/iso/py/util/.dnf_utils.py.swp and /dev/null differ