[Libosinfo] [osinfo-db PATCH 10/29] ubuntu, jeos: Fix command-line's template indentation
Fabiano Fidêncio
fidencio at redhat.com
Tue Feb 19 15:29:58 UTC 2019
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
.../ubuntu.com/ubuntu-preseed-jeos.xml.in | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
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 4f4bc69..10e7c67 100644
--- a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
+++ b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
@@ -21,15 +21,15 @@
<xsl:output method="text"/>
<xsl:template match="/command-line">
- <xsl:text>file=/</xsl:text>
- <xsl:value-of select="script/expected-filename"/>
- <xsl:text> locale=</xsl:text>
- <xsl:value-of select="config/l10n-language"/>
- <xsl:text> keyboard-configuration/layoutcode=</xsl:text>
- <xsl:value-of select="config/l10n-keyboard"/>
- <xsl:text> hostname=</xsl:text>
- <xsl:call-template name="hostname"/>
- <xsl:text> priority=critical console-setup/ask_detect=false domain=unassigned-domain interface=auto</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"/>
+ <xsl:text> keyboard-configuration/layoutcode=</xsl:text>
+ <xsl:value-of select="config/l10n-keyboard"/>
+ <xsl:text> hostname=</xsl:text>
+ <xsl:call-template name="hostname"/>
+ <xsl:text> priority=critical console-setup/ask_detect=false domain=unassigned-domain interface=auto</xsl:text>
</xsl:template>
<xsl:template name="target-disk">
--
2.20.1
More information about the Libosinfo
mailing list