Skip to content

Commit

Permalink
Merge pull request #6217 from rvykydal/fix-label-of-created-iso
Browse files Browse the repository at this point in the history
infra: fix label of created installer iso
  • Loading branch information
rvykydal authored Feb 27, 2025
2 parents 12046bc + c49050f commit f0648c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile/anaconda-iso-creator/lorax-build-webui.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \
{% if distro_release == "rawhide" %}
--volid Fedora-S-dvd-x86_64-rawh \
{% else %}
--volid Fedora-S-dvd-x86_64-f{$ distro_release $} \
--volid Fedora-S-dvd-x86_64-{$ distro_release $} \
{% endif %}
--sharedir ./templates.d/99-generic/ \
-s http://dl.fedoraproject.org/pub/fedora/linux/development/{$ distro_release $}/Everything/x86_64/os/ \
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/anaconda-iso-creator/lorax-build.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \
{% if distro_release == "rawhide" %}
--volid Fedora-S-dvd-x86_64-rawh \
{% else %}
--volid Fedora-S-dvd-x86_64-f{$ distro_release $} \
--volid Fedora-S-dvd-x86_64-{$ distro_release $} \
{% endif %}
-s http://dl.fedoraproject.org/pub/fedora/linux/development/{$ distro_release $}/Everything/x86_64/os/ \
{% elif distro_name == "rhel" and distro_release == 10 %}
Expand Down

0 comments on commit f0648c9

Please sign in to comment.