The currently command line has never worked as preseed files should be passed to the kernel as file=/path/to/file instead of file=file:/path/to/file. Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in index c56f859..37f9d7f 100644 --- a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in +++ b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in @@ -21,7 +21,7 @@ <xsl:output method="text"/> <xsl:template match="/command-line"> - <xsl:text>file=file:/</xsl:text> + <xsl:text>file=/</xsl:text> <xsl:value-of select="script/expected-filename"/> <xsl:text> locale=</xsl:text> <xsl:value-of select="config/l10n-language"/> -- 2.20.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo