From c49050f01799ab4228f20cbea5a4ae7ffcb35179 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Thu, 27 Feb 2025 11:03:14 +0100 Subject: [PATCH] infra: fix label of created installer iso https://github.com/rhinstaller/kickstart-tests/issues/1372 --- dockerfile/anaconda-iso-creator/lorax-build-webui.j2 | 2 +- dockerfile/anaconda-iso-creator/lorax-build.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 b/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 index 973644cbd0d..f77a052218f 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 +++ b/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 @@ -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/ \ diff --git a/dockerfile/anaconda-iso-creator/lorax-build.j2 b/dockerfile/anaconda-iso-creator/lorax-build.j2 index 594fc7bb1e2..791063c7dac 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build.j2 +++ b/dockerfile/anaconda-iso-creator/lorax-build.j2 @@ -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 %}