Tree based installations will require a kernel-url-argument to be passed. Let's get this info from the <os/> directly. Although virt-install automatically appends this to the command line we generate, this is someething that should be properly generated by us. https://gitlab.com/libosinfo/osinfo-db/issues/26 Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- .../opensuse.org/opensuse-autoyast-desktop.xml.in | 6 ++++++ .../opensuse.org/opensuse-autoyast-jeos.xml.in | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/data/install-script/opensuse.org/opensuse-autoyast-desktop.xml.in b/data/install-script/opensuse.org/opensuse-autoyast-desktop.xml.in index 5c30292..f4dad30 100644 --- a/data/install-script/opensuse.org/opensuse-autoyast-desktop.xml.in +++ b/data/install-script/opensuse.org/opensuse-autoyast-desktop.xml.in @@ -129,6 +129,12 @@ </xsl:otherwise> </xsl:choose> <xsl:value-of select="script/expected-filename"/> + <xsl:if test="script/installation-source = 'network'"> + <xsl:text> </xsl:text> + <xsl:value-of select="os/kernel-url-argument"/> + <xsl:text>=</xsl:text> + <xsl:call-template name="installation-url"/> + </xsl:if> </xsl:template> <xsl:template match="/install-script-config"> diff --git a/data/install-script/opensuse.org/opensuse-autoyast-jeos.xml.in b/data/install-script/opensuse.org/opensuse-autoyast-jeos.xml.in index 8b64d96..c1f1db1 100644 --- a/data/install-script/opensuse.org/opensuse-autoyast-jeos.xml.in +++ b/data/install-script/opensuse.org/opensuse-autoyast-jeos.xml.in @@ -120,6 +120,12 @@ </xsl:otherwise> </xsl:choose> <xsl:value-of select="script/expected-filename"/> + <xsl:if test="script/installation-source = 'network'"> + <xsl:text> </xsl:text> + <xsl:value-of select="os/kernel-url-argument"/> + <xsl:text>=</xsl:text> + <xsl:call-template name="installation-url"/> + </xsl:if> </xsl:template> <xsl:template match="/install-script-config"> -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo