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

Cole Robinson crobinso at redhat.com
Wed Feb 27 18:49:56 UTC 2019


On 2/19/19 11:27 AM, Fabiano Fidêncio wrote:
> 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.
>

s/currently/current/ I guess

> 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"/>
> 

Reviewed-by: Cole Robinson <crobinso at redhat.com>

- Cole




More information about the Libosinfo mailing list