[Libosinfo] [osinfo-db PATCH 08/29] ubuntu, jeos: Fix the command-line

Fabiano Fidêncio fidencio at redhat.com
Tue Feb 19 15:29:56 UTC 2019


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 at redhat.com>
---
 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




More information about the Libosinfo mailing list