Skip to content

Commit

Permalink
Fix label of created installer iso
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Feb 27, 2025
1 parent 8c3571b commit f19ac6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfile/anaconda-iso-creator/lorax-build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ createrepo_c $REPO_DIR
# The download.fedoraproject.org automatic redirector often selects download-ib01.f.o. for GitHub's cloud, which is too unreliable; use a mirror
# The --volid argument can cause different network interface naming: https://github.com/rhinstaller/kickstart-tests/issues/448
lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \
--volid Fedora-S-dvd-x86_64-f42 \
--volid Fedora-S-dvd-x86_64-42 \
-s http://dl.fedoraproject.org/pub/fedora/linux/development/42/Everything/x86_64/os/ \
-s file://$REPO_DIR/ \
"$@" \
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/anaconda-iso-creator/lorax-build-webui
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ patch -p2 -i /adjust-templates-for-webui.patch
# The download.fedoraproject.org automatic redirector often selects download-ib01.f.o. for GitHub's cloud, which is too unreliable; use a mirror
# The --volid argument can cause different network interface naming: https://github.com/rhinstaller/kickstart-tests/issues/448
lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \
--volid Fedora-S-dvd-x86_64-f42 \
--volid Fedora-S-dvd-x86_64-42 \
--sharedir ./templates.d/99-generic/ \
-s http://dl.fedoraproject.org/pub/fedora/linux/development/42/Everything/x86_64/os/ \
-s https://fedorapeople.org/groups/anaconda/webui_new_payload/repo/ \
Expand Down
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 f19ac6c

Please sign in to comment.