[Libosinfo] [PATCH v4 3/7] debian: add installer script

Giuseppe Scrivano gscrivan at redhat.com
Wed Mar 5 20:16:01 UTC 2014


"Zeeshan Ali (Khattak)" <zeeshanak at gnome.org> writes:

>> +        <xsl:template match="/command-line">
>> +            <xsl:text>file=/</xsl:text>
>> +            <xsl:value-of select="script/expected-filename"/>
>> +            <xsl:text> debian-installer/locale=</xsl:text>
>> +            <xsl:value-of select="config/l10n-language"/>
>> +            <xsl:text> keyboard-configuration/xkb-keymap=</xsl:text>
>> +            <xsl:value-of select="config/l10n-keyboard"/>
>> +            <xsl:text> auto-install/enableconsole-setup/ask_detect=false debconf/priority=critical netcfg/choose_interface=auto</xsl:text>
>
> Do you really need to set all the configs on commandline while they
> are being set from script itself?

I've got to this result by iteratively testing the different versions
and adding to the commandline anything needed to get it working.  I am
not sure this is the minimal set of arguments needed, but it seemed to
work with the versions I've tried.

Giuseppe




More information about the Libosinfo mailing list