[osinfo-db PATCH] install-script, fedora: Fix typo in the url-or-mirrorlist template

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit 478a09fbba introduced a typo causing the unattended installation
to fail due to an unknown command.

The typo is that the URL command would be called as:
url  --urlhttps://download.fedoraproject.org/...

While it should be called as:
url --url=https://download.fedoraproject.org/...

Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx>
---
 .../fedoraproject.org/fedora-kickstart-desktop.xml.in           | 2 +-
 .../fedoraproject.org/fedora-kickstart-jeos.xml.in              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in
index eebdbb5..1419772 100644
--- a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in
+++ b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in
@@ -135,7 +135,7 @@
         <xsl:template name="url-or-mirrorlist">
           <xsl:choose>
             <xsl:when test="config/installation-url != '' or tree/url != ''">
-              <xsl:text> --url</xsl:text>
+              <xsl:text> --url=</xsl:text>
               <xsl:call-template name="installation-url"/>
             </xsl:when>
             <xsl:otherwise>
diff --git a/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in b/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in
index fe5f27b..79b5846 100644
--- a/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in
+++ b/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in
@@ -127,7 +127,7 @@
         <xsl:template name="url-or-mirrorlist">
           <xsl:choose>
             <xsl:when test="config/installation-url != '' or tree/url != ''">
-              <xsl:text> --url</xsl:text>
+              <xsl:text> --url=</xsl:text>
               <xsl:call-template name="installation-url"/>
             </xsl:when>
             <xsl:otherwise>
-- 
2.21.0

_______________________________________________
Libosinfo mailing list
Libosinfo@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libosinfo




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux